Skip to content

Commit 7bdf479

Browse files
committed
Add otp26 and elixir 1.15 to ci compilation matrix
1 parent 65ac95b commit 7bdf479

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ jobs:
1717
strategy:
1818
matrix:
1919
os: ["ubuntu-20.04"]
20-
elixir: ["1.14"]
21-
otp: ["25"]
20+
elixir: ["1.15"]
21+
otp: ["26"]
2222
steps:
2323
- uses: actions/checkout@v3
2424
- uses: erlef/setup-beam@v1
@@ -48,11 +48,15 @@ jobs:
4848
fail-fast: false
4949
matrix:
5050
os: ["ubuntu-20.04", "windows-2019"]
51-
elixir: ["1.14", "1.13", "1.12"]
52-
otp: ["25", "24", "23"]
51+
elixir: ["1.15", "1.14", "1.13", "1.12"]
52+
otp: ["26", "25", "24", "23"]
5353
exclude:
5454
- elixir: "1.12"
5555
otp: "25"
56+
- elixir: "1.12"
57+
otp: "26"
58+
- elixir: "1.13"
59+
otp: "26"
5660
- os: "windows-2019"
5761
otp: "23"
5862
steps:

0 commit comments

Comments
 (0)