Skip to content

Commit 519696d

Browse files
authored
ci: updates elixir/otp versions (#11)
1 parent 5652b4c commit 519696d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ jobs:
1111
fail-fast: false
1212
matrix:
1313
include:
14-
- elixir_version: 1.16.1
15-
otp_version: 26.2.2
14+
- elixir_version: 1.18
15+
otp_version: 27.2.4
1616
lint: true
17-
- elixir_version: 1.14.5
18-
otp_version: 25.3.2.5
17+
- elixir_version: 1.14
18+
otp_version: 25.3.2.18
1919
steps:
2020
- uses: actions/checkout@v3
2121
- uses: erlef/setup-beam@v1

0 commit comments

Comments
 (0)