Skip to content

Commit b59835f

Browse files
committed
Add Elixir 1.19 and OTP 28 to CI test suite
1 parent e9a838e commit b59835f

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ jobs:
1717
strategy:
1818
matrix:
1919
os: ["ubuntu-latest"]
20-
elixir: ["1.18"]
21-
otp: ["27"]
20+
elixir: ["1.19"]
21+
otp: ["28"]
2222
steps:
2323
- uses: actions/checkout@v4
2424
- uses: erlef/setup-beam@v1
@@ -48,17 +48,17 @@ jobs:
4848
fail-fast: false
4949
matrix:
5050
os: ["ubuntu-latest"]
51-
elixir: ["1.18", "1.17", "1.16", "1.15"]
52-
otp: ["27", "26", "25"]
51+
elixir: ["1.19", "1.18", "1.17", "1.16"]
52+
otp: ["28", "27", "26"]
5353
exclude:
54-
- elixir: "1.15"
55-
otp: "27"
5654
- elixir: "1.16"
5755
otp: "27"
56+
- elixir: "1.16"
57+
otp: "28"
5858
include:
5959
- os: "windows-2022"
60-
otp: "27"
61-
elixir: "1.17"
60+
otp: "28"
61+
elixir: "1.19"
6262

6363
steps:
6464
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)