Skip to content

Commit 56430aa

Browse files
Fix CI (#65)
1 parent d812344 commit 56430aa

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ jobs:
1616
fail-fast: false
1717
matrix:
1818
include:
19-
- elixir_version: 1.15.4
20-
otp_version: 26.0.2
19+
- elixir_version: 1.18.3
20+
otp_version: 27.3.3
2121
lint: true
22-
- elixir_version: 1.13
23-
otp_version: 24.2
22+
- elixir_version: 1.13.4
23+
otp_version: 24.3.4
2424
steps:
2525
- uses: actions/checkout@v3
2626
- uses: actions/cache@v3

.github/workflows/gh-pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ concurrency:
1010
cancel-in-progress: true
1111

1212
env:
13-
ELIXIR_VERSION: 1.13
14-
OTP_VERSION: 24.2
13+
ELIXIR_VERSION: 1.18.3
14+
OTP_VERSION: 27.3.3
1515
TOKENIZERS_BUILD: "true"
1616

1717
jobs:

0 commit comments

Comments
 (0)