CI: Test also with Erlang/OTP 27
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -9,7 +9,7 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
otp: ['19.3', '25.3', 26]
|
||||
otp: ['19.3', '25.3', 26, 27]
|
||||
runs-on: ubuntu-20.04
|
||||
container:
|
||||
image: erlang:${{ matrix.otp }}
|
||||
|
||||
Reference in New Issue
Block a user