Skip to content

Commit 1ede648

Browse files
sabiwarajosevalim
andauthored
Add OPT 26 to other Github actions (#12570)
* Add OPT 26 to other Github actions * Update .github/workflows/notify.yml Co-authored-by: José Valim <[email protected]> --------- Co-authored-by: José Valim <[email protected]>
1 parent 03676e2 commit 1ede648

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

.github/workflows/notify.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ jobs:
1818
fetch-depth: 50
1919
- uses: erlef/setup-beam@v1
2020
with:
21-
otp-version: 25.0
22-
elixir-version: 1.14.0
21+
otp-version: '25.0'
22+
elixir-version: '1.14.0'
2323
- name: Run Elixir script
2424
env:
2525
ELIXIR_FORUM_TOKEN: ${{ secrets.ELIXIR_FORUM_TOKEN }}

.github/workflows/release.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,11 @@ jobs:
3434
matrix:
3535
include:
3636
- otp: 24
37-
otp_version: 24.3
37+
otp_version: '24.3'
3838
- otp: 25
39-
otp_version: 25.0
39+
otp_version: '25.3'
40+
- otp: 26
41+
otp_version: '26.0'
4042
build_docs: build_docs
4143
runs-on: ubuntu-20.04
4244
steps:

.github/workflows/repo.hex.pm.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,12 @@ jobs:
2020
matrix:
2121
include:
2222
- otp: 24
23-
otp_version: 24.3
23+
otp_version: '24.3'
2424
upload_generic_version: upload_generic_version
2525
- otp: 25
26-
otp_version: 25.0
26+
otp_version: '25.3'
27+
- otp: 26
28+
otp_version: '26.0'
2729
build_docs: build_docs
2830
runs-on: ubuntu-20.04
2931
concurrency: builds_txt

0 commit comments

Comments
 (0)