We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adf5ac9 commit 2d01b8fCopy full SHA for 2d01b8f
.github/workflows/elixir.yml
@@ -12,11 +12,11 @@ jobs:
12
runs-on: ubuntu-latest
13
strategy:
14
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'
+ otp_version: ['24', '25']
+ elixir_version: ['1.13', '1.14']
+ include:
+ - otp_version: '26'
+ elixir_version: '1.14'
20
steps:
21
- uses: actions/checkout@v2
22
- name: Set up Elixir
0 commit comments