Skip to content

Commit faff77d

Browse files
authored
Update Ubuntu (#1268)
1 parent 4af6713 commit faff77d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
test:
11-
runs-on: ubuntu-20.04
11+
runs-on: ubuntu-22.04
1212
env:
1313
MIX_ENV: test
1414
PLUG_CRYPTO_2_0: "${{ matrix.PLUG_CRYPTO_2_0 }}"
@@ -17,8 +17,8 @@ jobs:
1717
matrix:
1818
include:
1919
# Earliest-supported Elixir/Erlang pair.
20-
- elixir: "1.10.4"
21-
otp: "21.3"
20+
- elixir: "1.12"
21+
otp: "24.3"
2222
PLUG_CRYPTO_2_0: "false"
2323

2424
# Latest-supported Elixir/Erlang pair.

0 commit comments

Comments
 (0)