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 eb074d3 commit 5eba3a2Copy full SHA for 5eba3a2
.github/workflows/elixir-build-and-test.yml
@@ -12,22 +12,8 @@ jobs:
12
build:
13
strategy:
14
matrix:
15
- include:
16
- # Elixir 1.13
17
- - elixir-version: "1.13.0"
18
- otp-version: "24.3.1"
19
-
20
- # Elixir 1.14
21
- - elixir-version: "1.14.0"
22
23
24
- otp-version: "25.3.1"
25
26
- # Elixir 1.15
27
- - elixir-version: "1.15.0"
28
29
30
- otp-version: "26.0.1"
+ elixir-version: ["1.15.8", "1.16.2", "1.17.3"]
+ otp-version: ["25.3.2", "26.2.5", "27.1.2"]
31
32
name: Build and test
33
runs-on: ubuntu-latest
0 commit comments