Skip to content

Commit

Permalink
erlang.yml: remove 18.1 and 18.2 from version matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
Ledest committed Jun 19, 2024
1 parent 64af7bb commit 06067ce
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 @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-20.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, 19.2, 19.1, 19.0, 18.3, 18.2, 18.1]
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, 19.2, 19.1, 19.0, 18.3]
rebar: [rebar, rebar3]
container:
image: erlang:${{ matrix.version }}
Expand Down

0 comments on commit 06067ce

Please sign in to comment.