We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6a898e commit fba6369Copy full SHA for fba6369
1 file changed
.github/workflows/elixir.yml
@@ -19,21 +19,16 @@ jobs:
19
build:
20
name: Build and test
21
runs-on: ubuntu-20.04
22
-
23
strategy:
24
fail-fast: false
25
matrix:
26
pair:
+ - elixir: 1.17
27
+ otp: 27.1
28
- elixir: 1.16
29
otp: 26.2
30
- elixir: 1.15
31
- - elixir: 1.14
32
- otp: 25.3
33
- - elixir: 1.13
34
35
36
- otp: 24.2
37
38
steps:
39
- uses: actions/checkout@v3
0 commit comments