CI: Test also with Erlang/OTP 27

This commit is contained in:
Badlop
2024-02-26 08:55:45 +01:00
parent 9e859a8cd1
commit 61294ce48d

View File

@@ -9,7 +9,7 @@ jobs:
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
otp: ['19.3', '25.3', 26] otp: ['19.3', '25.3', 26, 27]
runs-on: ubuntu-20.04 runs-on: ubuntu-20.04
container: container:
image: erlang:${{ matrix.otp }} image: erlang:${{ matrix.otp }}