Skip to content

Commit

Permalink
erlang.yml: add 26.2, 27.0 to matrix version
Browse files Browse the repository at this point in the history
  • Loading branch information
Ledest committed Mar 24, 2024
1 parent dac9842 commit 290bd2e
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.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]
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.3, 23.1, 23.0]
rebar: [rebar, rebar3]
container:
image: erlang:${{ matrix.version }}
Expand Down

0 comments on commit 290bd2e

Please sign in to comment.