Skip to content

Commit 4b826b4

Browse files
committed
update CI config
1 parent 6c92ed7 commit 4b826b4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: CI
22

33
env:
44
ELIXIR_VERSION: "1.14"
5-
OTP_VERSION: "25.1"
5+
OTP_VERSION: "25.3"
66

77
on:
88
push:
@@ -18,14 +18,14 @@ jobs:
1818
name: OTP ${{matrix.otp}} / Elixir ${{matrix.elixir}}
1919
strategy:
2020
matrix:
21-
otp: ["22.3", "23.3", "24.3", "25.1"]
21+
otp: ["22.3", "23.3", "24.3", "25.3"]
2222
elixir: ["1.11", "1.12", "1.13", "1.14"]
2323
exclude:
24-
- otp: "25.1"
24+
- otp: "25.3"
2525
elixir: "1.11"
26-
- otp: "25.1"
26+
- otp: "25.3"
2727
elixir: "1.12"
28-
- otp: "25.1"
28+
- otp: "25.3"
2929
elixir: "1.13"
3030
- otp: "22.3"
3131
elixir: "1.14"

0 commit comments

Comments
 (0)