Skip to content

Commit a795352

Browse files
committed
Add Elixir v1.19 and Erlang/OTP 28 to CI
1 parent c8d1e68 commit a795352

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,9 @@ jobs:
8686
otp: "27"
8787
- elixir: "1.18"
8888
otp: "27"
89+
# Test with latest Elixir and Erlang versions
90+
- elixir: "1.19"
91+
otp: "28"
8992
lint: true
9093
steps:
9194
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)