Test with Erlang versions known to work, 26 does not work yet

This commit is contained in:
Badlop 2023-05-04 17:11:38 +02:00
parent b0b62f509c
commit 32451219ed
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ jobs:
strategy:
fail-fast: false
matrix:
otp: ['21.0', '21.3', '24.3', '25']
otp: ['21.3', '25.3']
runs-on: ubuntu-latest
container:
image: erlang:${{ matrix.otp }}