Skip to content

Commit 90713d4

Browse files
committed
ci(github): update Elixir and OTP versions in workflow
Updated the GitHub Actions workflow to use Elixir versions 1.17.3 and 1.18.2, and OTP versions 26.2 and 27.3.
1 parent 87273eb commit 90713d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/elixir.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ jobs:
2020
strategy:
2121
fail-fast: true
2222
matrix:
23-
otp: ["24.3", "25.1"]
24-
elixir: ["1.13.4", "1.14.1"]
23+
otp: ["26.2", "27.3"]
24+
elixir: ["1.17.3", "1.18.2"]
2525
steps:
2626
- uses: actions/checkout@v3
2727
- name: Set up Elixir

0 commit comments

Comments
 (0)