Skip to content

Commit 2d3e43f

Browse files
committed
fix(workflow): Fix OTP compatibility and properly specify OTP version in Credo job
1 parent a5e308d commit 2d3e43f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pr-ex-test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
- uses: erlef/setup-beam@v1
1717
with:
1818
elixir-version: "1.16.1"
19+
otp-version: "26"
1920
- name: Run credo
2021
run: |
2122
cd impl/ex
@@ -29,7 +30,7 @@ jobs:
2930
name: OTP ${{matrix.otp}} / Elixir ${{matrix.elixir}}
3031
strategy:
3132
matrix:
32-
otp: ["25", "26"]
33+
otp: ["25"]
3334
elixir: ["1.16.1", "1.15.7", "1.14.0"]
3435
steps:
3536
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)