Skip to content

Commit 7b92652

Browse files
committed
Update CI workflow
1 parent e4fdcb2 commit 7b92652

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ jobs:
1515
runs-on: ubuntu-24.04
1616
strategy:
1717
matrix:
18-
otp: ["22.x"]
19-
elixir: ["1.12.x"]
18+
otp: ["26.2.1"]
19+
elixir: ["1.16.1"]
2020
steps:
2121
- name: Cancel Previous Runs
2222
uses: styfle/[email protected]
@@ -29,9 +29,8 @@ jobs:
2929
fetch-depth: 0
3030

3131
- name: Setup
32-
uses: erlef/setup-beam@v1
32+
uses: erlef/setup-beam@v1.18.2
3333
with:
34-
version-type: "loose"
3534
otp-version: ${{matrix.otp}}
3635
elixir-version: ${{ matrix.elixir }}
3736

@@ -56,8 +55,8 @@ jobs:
5655
strategy:
5756
fail-fast: false
5857
matrix:
59-
otp: ["22.x"]
60-
elixir: ["1.12.x"]
58+
otp: ["26.2.1"]
59+
elixir: ["1.16.1"]
6160
steps:
6261
- name: Cancel Previous Runs
6362
uses: styfle/[email protected]
@@ -70,9 +69,8 @@ jobs:
7069
fetch-depth: 0
7170

7271
- name: Setup
73-
uses: erlef/setup-beam@v1
72+
uses: erlef/setup-beam@v1.18.2
7473
with:
75-
version-type: "loose"
7674
otp-version: ${{matrix.otp}}
7775
elixir-version: ${{ matrix.elixir }}
7876

0 commit comments

Comments
 (0)