Skip to content

Commit 2d01b8f

Browse files
committed
chore: update GitHub Actions
1 parent adf5ac9 commit 2d01b8f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/elixir.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
otp_version: ['24.0', '23.3', '22.3']
16-
elixir_version: ['1.10.3', '1.11.4', '1.12.1']
17-
exclude:
18-
- otp_version: '24.0'
19-
elixir_version: '1.10.3'
15+
otp_version: ['24', '25']
16+
elixir_version: ['1.13', '1.14']
17+
include:
18+
- otp_version: '26'
19+
elixir_version: '1.14'
2020
steps:
2121
- uses: actions/checkout@v2
2222
- name: Set up Elixir

0 commit comments

Comments
 (0)