Skip to content

Commit c018c31

Browse files
authored
Update CI (#314)
1 parent ab7bd85 commit c018c31

1 file changed

Lines changed: 3 additions & 11 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -17,22 +17,14 @@ jobs:
1717
fail-fast: false
1818
matrix:
1919
include:
20-
# Latest supported versions.
2120
- os: ubuntu-22.04
2221
elixir: "1.18"
2322
otp: "27.2"
2423
lint: true
2524

26-
# This is a middle ground: it's old versions that we probably want to start
27-
# requiring at some point, but technically we support older.
28-
- os: ubuntu-20.04
29-
elixir: "1.13"
30-
otp: "22.3"
31-
32-
# Oldest supported versions.
33-
- os: ubuntu-20.04
34-
elixir: "1.11"
35-
otp: "21.3.8.24"
25+
- os: ubuntu-22.04
26+
elixir: "1.14"
27+
otp: "24.2"
3628

3729
steps:
3830
- name: Check out this repository

0 commit comments

Comments
 (0)