Skip to content

Commit 0f08214

Browse files
authored
fix: ci versions (#91)
1 parent 7a7b428 commit 0f08214

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ jobs:
2020
fail-fast: false
2121
matrix:
2222
job:
23-
- { arch: "x86_64", runs-os: ubuntu-latest, otp: "25.3.2.15", elixir: "1.15.4" }
24-
- { arch: "aarch64", runs-os: ubuntu-24.04-arm, otp: "25.3.2.15", elixir: "1.15.4" }
23+
- { arch: "x86_64", runs-os: ubuntu-latest, otp: "25.3.2.15", elixir: "1.17.0" }
24+
- { arch: "aarch64", runs-os: ubuntu-24.04-arm, otp: "25.3.2.15", elixir: "1.17.0" }
2525
env:
2626
MIX_ENV: test
2727
steps:
@@ -73,11 +73,10 @@ jobs:
7373
fail-fast: false
7474
matrix:
7575
job:
76-
- { otp: "25.3.2.15", elixir: "1.15.4" }
77-
- { otp: "25.3.2.15", elixir: "1.16.2", lint: true }
78-
- { otp: "25.3.2.15", elixir: "1.16.2", build: true }
79-
- { otp: "25.3.2.15", elixir: "1.16.2", gpu: true }
80-
- { otp: "25.3.2.15", elixir: "1.16.2", gpu: true, build: true }
76+
- { otp: "25.3.2.15", elixir: "1.17.0", lint: true }
77+
- { otp: "25.3.2.15", elixir: "1.17.0", build: true }
78+
- { otp: "25.3.2.15", elixir: "1.17.0", gpu: true }
79+
- { otp: "25.3.2.15", elixir: "1.17.0", gpu: true, build: true }
8180
env:
8281
MIX_ENV: test
8382
steps:
@@ -98,7 +97,7 @@ jobs:
9897
echo "path=${OTP_PATH}:${ELIXIR_PATH}" >> $GITHUB_OUTPUT
9998
echo "${OTP_PATH}" >> $GITHUB_PATH
10099
echo "${ELIXIR_PATH}" >> $GITHUB_PATH
101-
100+
102101
- name: Setup Mix
103102
run: |
104103
mix local.hex --force

0 commit comments

Comments
 (0)