We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3468307 commit 75bbb20Copy full SHA for 75bbb20
1 file changed
.github/workflows/ci.yml
@@ -45,8 +45,9 @@ jobs:
45
if: ${{ matrix.lint }}
46
47
- run: mix test
48
+
49
test_cowboy_latest:
- runs-on: ubuntu-20.04
50
+ runs-on: ubuntu-22.04
51
env:
52
MIX_ENV: test
53
strategy:
@@ -56,8 +57,8 @@ jobs:
56
57
58
- uses: erlef/setup-beam@v1
59
with:
- otp-version: 24.2.2
60
- elixir-version: 1.13.3
+ otp-version: 27.3
61
+ elixir-version: 1.17
62
63
- run: mix deps.unlock cowboy cowlib ranch && mix deps.get --only test
64
0 commit comments