Skip to content

Commit aaf1006

Browse files
committed
Bump CI to latest Erlang version
1 parent 8dd06cd commit aaf1006

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
otp: "27"
8484
# Test with latest Elixir and Erlang versions
8585
- elixir: "1.19"
86-
otp: "28"
86+
otp: "29"
8787
lint: true
8888
steps:
8989
- uses: actions/checkout@v3

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,15 @@ jobs:
2929
fail-fast: true
3030
matrix:
3131
include:
32-
- otp: 26
33-
otp_version: "26.2.5"
34-
elixir_version: "1.16.2"
3532
- otp: 27
3633
otp_version: "27.3.4.9"
3734
elixir_version: "1.19.5"
3835
- otp: 28
3936
otp_version: "28.4.1"
4037
elixir_version: "1.19.5"
38+
- otp: 29
39+
otp_version: "29.0"
40+
elixir_version: "1.19.5"
4141

4242
runs-on: ubuntu-22.04
4343
steps:

0 commit comments

Comments
 (0)