Skip to content

Commit ea3e498

Browse files
committed
Also prebuild for 27.0
1 parent e6c7720 commit ea3e498

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

.github/workflows/builds.hex.pm.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ jobs:
2727
upload_generic_version: upload_generic_version
2828
- otp: 26
2929
otp_version: "26.0"
30+
- otp: 27
31+
otp_version: "27.0"
3032
build_docs: build_docs
3133
runs-on: ubuntu-22.04
3234
steps:

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ jobs:
2525
matrix:
2626
include:
2727
- otp_version: "27.0"
28-
- otp_version: "26.0"
2928
otp_latest: true
29+
- otp_version: "26.0"
3030
- otp_version: "25.3"
3131
- otp_version: "25.0"
3232
- otp_version: master

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ jobs:
3737
otp_version: "25.3"
3838
- otp: 26
3939
otp_version: "26.0"
40+
- otp: 27
41+
otp_version: "27.0"
4042
build_docs: build_docs
4143
runs-on: ubuntu-22.04
4244
steps:

0 commit comments

Comments
 (0)