1 parent 8dd06cd commit aaf1006Copy full SHA for aaf1006
2 files changed
.github/workflows/ci.yml
@@ -83,7 +83,7 @@ jobs:
83
otp: "27"
84
# Test with latest Elixir and Erlang versions
85
- elixir: "1.19"
86
- otp: "28"
+ otp: "29"
87
lint: true
88
steps:
89
- uses: actions/checkout@v3
.github/workflows/release.yml
@@ -29,15 +29,15 @@ jobs:
29
fail-fast: true
30
matrix:
31
include:
32
- - otp: 26
33
- otp_version: "26.2.5"
34
- elixir_version: "1.16.2"
35
- otp: 27
36
otp_version: "27.3.4.9"
37
elixir_version: "1.19.5"
38
- otp: 28
39
otp_version: "28.4.1"
40
+ - otp: 29
+ otp_version: "29.0"
+ elixir_version: "1.19.5"
41
42
runs-on: ubuntu-22.04
43
0 commit comments