Skip to content

Commit 941dfa3

Browse files
committed
ci: add elixir v1.19
1 parent 72bbaba commit 941dfa3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ jobs:
1919
runs-on: ubuntu-latest
2020
strategy:
2121
matrix:
22-
elixir: ["1.18"]
23-
otp: ["27"]
22+
elixir: ["1.18", "1.19"]
23+
otp: ["27", "28"]
2424

2525
steps:
2626
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)