CI: Test with oldest Erlang, recent stable, and the newest available

This commit is contained in:
Badlop
2024-02-24 17:34:12 +01:00
parent 43f8e4ac6c
commit a76666ede3

View File

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