Skip to content

Commit

Permalink
erlang.yml: add 27.1 to matrix version
Browse files Browse the repository at this point in the history
  • Loading branch information
Ledest committed Nov 3, 2024
1 parent 074e311 commit b562e75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/erlang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
version: [27.0, 26.2, 26.1, 26.0, 25.3, 25.2, 25.1, 25.0, 24.3, 24.2, 24.1, 24.0, 23.3, 23.2, 23.1, 23.0, 22.3, 22.2, 22.1, 22.0, 21.3, 21.2, 21.1, 21.0, 20.3, 20.2, 20.1, 20.0, 19.3]
version: [27.1, 27.0, 26.2, 26.1, 26.0, 25.3, 25.2, 25.1, 25.0, 24.3, 24.2, 24.1, 24.0, 23.3, 23.2, 23.1, 23.0, 22.3, 22.2, 22.1, 22.0, 21.3, 21.2, 21.1, 21.0, 20.3, 20.2, 20.1, 20.0, 19.3]
rebar: [rebar, rebar3]
container:
image: erlang:${{ matrix.version }}
Expand Down

0 comments on commit b562e75

Please sign in to comment.