Skip to content

Commit ca7f6cf

Browse files
committed
Bump OTP/Elixir in more actions
1 parent ccdeb9f commit ca7f6cf

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/oci-make.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
strategy:
3737
matrix:
3838
otp_version:
39-
- ${{ github.event.inputs.otp_version || '27' }}
39+
- ${{ github.event.inputs.otp_version || '28' }}
4040
runs-on: ubuntu-latest
4141
outputs:
4242
# When dependabot, or a user from a fork, creates PRs, secrets are not injected, and the OCI workflow can't push the image
@@ -76,7 +76,7 @@ jobs:
7676
fail-fast: false
7777
matrix:
7878
otp_version:
79-
- ${{ github.event.inputs.otp_version || '27' }}
79+
- ${{ github.event.inputs.otp_version || '28' }}
8080
needs: build-package-generic-unix
8181
runs-on: ubuntu-latest
8282
if: ${{ needs.build-package-generic-unix.outputs.authorized }} == 'true'

.github/workflows/peer-discovery-aws.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ concurrency:
1313
group: ${{ github.workflow }}-${{ github.ref_name }}
1414
cancel-in-progress: true
1515
env:
16-
OTP_VERSION: "27"
16+
OTP_VERSION: "28"
1717
jobs:
1818
peer-discovery-aws-integration-test:
1919
name: Integration Test
@@ -51,7 +51,7 @@ jobs:
5151
uses: erlef/setup-beam@v1
5252
with:
5353
otp-version: ${{ env.OTP_VERSION }}
54-
elixir-version: "1.17"
54+
elixir-version: "1.18"
5555
- name: SETUP ecs-cli
5656
if: steps.authorized.outputs.authorized == 'true'
5757
env:

0 commit comments

Comments
 (0)