We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4804c77 commit f185a32Copy full SHA for f185a32
.github/workflows/test-mixed-versions.yaml
@@ -34,7 +34,7 @@ jobs:
34
runs-on: ubuntu-20.04
35
env:
36
# otp-min
37
- otp_version_id: 25_3
+ otp_version_id: 26
38
steps:
39
- name: CHECKOUT REPOSITORY
40
uses: actions/checkout@v3
@@ -127,7 +127,7 @@ jobs:
127
fail-fast: false
128
matrix:
129
otp_version_id:
130
- - "25_3"
+ - "26"
131
timeout-minutes: 120
132
133
@@ -171,7 +171,7 @@ jobs:
171
strategy:
172
173
include:
174
- - erlang_version: "25.3"
+ - erlang_version: "26.0"
175
elixir_version: 1.14.5
176
timeout-minutes: 60
177
0 commit comments