We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39560bf commit 46f22ebCopy full SHA for 46f22eb
1 file changed
.github/workflows/elixir.yml
@@ -9,13 +9,10 @@ jobs:
9
runs-on: ubuntu-latest
10
strategy:
11
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'
+ otp: ['25', 'latest']
+ elixir: ['1.17', '1.18', 'latest']
17
steps:
18
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
19
- uses: erlef/setup-beam@v1
20
with:
21
otp-version: ${{matrix.otp}}
0 commit comments