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:
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 }}