Skip to content

Commit cb33a29

Browse files
Update to Elixir 1.19
1 parent ecadf58 commit cb33a29

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ jobs:
1717
runs-on: ubuntu-24.04
1818
strategy:
1919
matrix:
20-
elixir: [1.18.1]
21-
otp: [27.2]
20+
elixir: [1.19.0]
21+
otp: [28.1]
2222

2323
steps:
2424
- name: Checkout code
@@ -76,8 +76,6 @@ jobs:
7676
strategy:
7777
matrix:
7878
include:
79-
- elixir: '1.14.0'
80-
otp: '25.0'
8179
- elixir: '1.15.0'
8280
otp: '26.0'
8381
- elixir: '1.16.0'
@@ -86,6 +84,8 @@ jobs:
8684
otp: '27.0'
8785
- elixir: '1.18.1'
8886
otp: '27.2'
87+
- elixir: '1.19.0'
88+
otp: '28.1'
8989

9090
steps:
9191
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
## Setup
1010

11-
The exercises currently target Elixir versions from 1.14 to 1.18 and Erlang/OTP versions from 25 to 27. Detailed installation instructions can be found at
11+
The exercises currently target Elixir versions from 1.15 to 1.19 and Erlang/OTP versions from 25 to 27. Detailed installation instructions can be found at
1212
[https://elixir-lang.org/install.html](https://elixir-lang.org/install.html). We recommend using the [asdf version manager](https://github.com/asdf-vm/asdf) to manage multiple Elixir versions.
1313

1414
## Testing

0 commit comments

Comments
 (0)