Skip to content

Commit

Permalink
erlang.yml: add 26.1 to matrix version
Browse files Browse the repository at this point in the history
  • Loading branch information
Ledest committed Oct 30, 2023
1 parent a43d88e commit 009684f
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 @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
version: [26.0, 25.3, 25.2, 25.1, 25.0, 24.3, 24.2, 24.1, 24.0, 23.3, 23.2, 23.3, 23.1, 23.0]
version: [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.3, 23.1, 23.0]
rebar: [rebar, rebar3]
container:
image: erlang:${{ matrix.version }}
Expand Down

0 comments on commit 009684f

Please sign in to comment.