We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2d3971 commit dd2d9d9Copy full SHA for dd2d9d9
2 files changed
.github/workflows/ci.yml
@@ -26,12 +26,12 @@ jobs:
26
fail-fast: false
27
matrix:
28
include:
29
- - otp_version: "29.0-rc1"
30
- - otp_version: "28.1"
+ - otp_version: "29.0"
31
deterministic: true
32
+ - otp_version: "28.4"
33
docs: true
34
coverage: true
+ - otp_version: "28.1"
35
- otp_version: "27.3"
36
- otp_version: "27.0"
37
- otp_version: master
@@ -115,7 +115,7 @@ jobs:
115
strategy:
116
117
otp_version:
118
- - "29.0-rc1"
+ - "29.0"
119
- "28.1"
120
- "27.3"
121
.github/workflows/release.yml
@@ -79,7 +79,7 @@ jobs:
79
build_docs: build_docs
80
81
- otp: 29
82
- otp_version: "29.0-rc1"
+ otp_version: "29.0"
83
84
steps:
85
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
0 commit comments