Skip to content

Commit c6afd6f

Browse files
committed
update CI workflow
1 parent 094defc commit c6afd6f

File tree

1 file changed

+12
-7
lines changed

1 file changed

+12
-7
lines changed

.github/workflows/ci.yml

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: CI
22

33
env:
4-
ELIXIR_VERSION: "1.14"
5-
OTP_VERSION: "25.1"
4+
ELIXIR_VERSION: "1.16"
5+
OTP_VERSION: "26"
66

77
on:
88
push:
@@ -18,11 +18,16 @@ jobs:
1818
name: Test OTP ${{matrix.otp}} / Elixir ${{matrix.elixir}}
1919
strategy:
2020
matrix:
21-
otp: ["24.3", "25.1"]
22-
elixir: ["1.13", "1.14"]
23-
exclude:
24-
- otp: "25.1"
25-
elixir: "1.13"
21+
include:
22+
- { elixir: 1.14, otp: 23 }
23+
- { elixir: 1.14, otp: 24 }
24+
- { elixir: 1.14, otp: 25 }
25+
- { elixir: 1.15, otp: 24 }
26+
- { elixir: 1.15, otp: 25 }
27+
- { elixir: 1.15, otp: 26 }
28+
- { elixir: 1.16, otp: 24 }
29+
- { elixir: 1.16, otp: 25 }
30+
- { elixir: 1.16, otp: 26 }
2631
env:
2732
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2833

0 commit comments

Comments
 (0)