We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d18867 commit 7a7959aCopy full SHA for 7a7959a
1 file changed
.github/workflows/elixir.yml
@@ -12,10 +12,18 @@ jobs:
12
fail-fast: false
13
matrix:
14
include:
15
- - elixir: 1.15.6
16
- otp: 25.3.2.6
17
18
- otp: 24.3.4.13
+ - elixir: "1.18"
+ otp: "28"
+ otp: "27"
19
+ - elixir: "1.17"
20
21
+ - elixir: "1.16"
22
+ otp: "26"
23
+ - elixir: "1.15.6"
24
+ otp: "25.3.2.6"
25
26
+ otp: "24.3.4.13"
27
steps:
28
- name: Checkout
29
uses: actions/checkout@v4
@@ -25,7 +33,7 @@ jobs:
33
elixir-version: ${{ matrix.elixir }}
34
otp-version: ${{ matrix.otp }}
35
- name: Restore deps and _build cache
- uses: actions/cache@v3
36
+ uses: actions/cache@v4
37
with:
30
38
path: |
31
39
deps
0 commit comments