Skip to content

Commit 7a7959a

Browse files
committed
Expand CI matrix to cover Elixir 1.16-1.18 and OTP 26-28
1 parent 8d18867 commit 7a7959a

1 file changed

Lines changed: 13 additions & 5 deletions

File tree

.github/workflows/elixir.yml

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,18 @@ jobs:
1212
fail-fast: false
1313
matrix:
1414
include:
15-
- elixir: 1.15.6
16-
otp: 25.3.2.6
17-
- elixir: 1.15.6
18-
otp: 24.3.4.13
15+
- elixir: "1.18"
16+
otp: "28"
17+
- elixir: "1.18"
18+
otp: "27"
19+
- elixir: "1.17"
20+
otp: "27"
21+
- elixir: "1.16"
22+
otp: "26"
23+
- elixir: "1.15.6"
24+
otp: "25.3.2.6"
25+
- elixir: "1.15.6"
26+
otp: "24.3.4.13"
1927
steps:
2028
- name: Checkout
2129
uses: actions/checkout@v4
@@ -25,7 +33,7 @@ jobs:
2533
elixir-version: ${{ matrix.elixir }}
2634
otp-version: ${{ matrix.otp }}
2735
- name: Restore deps and _build cache
28-
uses: actions/cache@v3
36+
uses: actions/cache@v4
2937
with:
3038
path: |
3139
deps

0 commit comments

Comments
 (0)