Skip to content

Commit dd2d9d9

Browse files
committed
Bump CI to OTP 29
1 parent c2d3971 commit dd2d9d9

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ jobs:
2626
fail-fast: false
2727
matrix:
2828
include:
29-
- otp_version: "29.0-rc1"
30-
- otp_version: "28.1"
29+
- otp_version: "29.0"
3130
deterministic: true
32-
- otp_version: "28.1"
31+
- otp_version: "28.4"
3332
docs: true
3433
coverage: true
34+
- otp_version: "28.1"
3535
- otp_version: "27.3"
3636
- otp_version: "27.0"
3737
- otp_version: master
@@ -115,7 +115,7 @@ jobs:
115115
strategy:
116116
matrix:
117117
otp_version:
118-
- "29.0-rc1"
118+
- "29.0"
119119
- "28.1"
120120
- "27.3"
121121

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
build_docs: build_docs
8080

8181
- otp: 29
82-
otp_version: "29.0-rc1"
82+
otp_version: "29.0"
8383

8484
steps:
8585
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2

0 commit comments

Comments
 (0)