Skip to content

Commit 46f22eb

Browse files
committed
ci: update build matrix
1 parent 39560bf commit 46f22eb

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

.github/workflows/elixir.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,10 @@ jobs:
99
runs-on: ubuntu-latest
1010
strategy:
1111
matrix:
12-
otp: ['24.2', '25']
13-
elixir: ['1.12.3', '1.13.3', '1.14.0']
14-
exclude:
15-
- otp: '25'
16-
elixir: '1.12.3'
12+
otp: ['25', 'latest']
13+
elixir: ['1.17', '1.18', 'latest']
1714
steps:
18-
- uses: actions/checkout@v2
15+
- uses: actions/checkout@v4
1916
- uses: erlef/setup-beam@v1
2017
with:
2118
otp-version: ${{matrix.otp}}

0 commit comments

Comments
 (0)