We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d812344 commit 56430aaCopy full SHA for 56430aa
.github/workflows/ci.yml
@@ -16,11 +16,11 @@ jobs:
16
fail-fast: false
17
matrix:
18
include:
19
- - elixir_version: 1.15.4
20
- otp_version: 26.0.2
+ - elixir_version: 1.18.3
+ otp_version: 27.3.3
21
lint: true
22
- - elixir_version: 1.13
23
- otp_version: 24.2
+ - elixir_version: 1.13.4
+ otp_version: 24.3.4
24
steps:
25
- uses: actions/checkout@v3
26
- uses: actions/cache@v3
.github/workflows/gh-pages.yml
@@ -10,8 +10,8 @@ concurrency:
10
cancel-in-progress: true
11
12
env:
13
- ELIXIR_VERSION: 1.13
14
- OTP_VERSION: 24.2
+ ELIXIR_VERSION: 1.18.3
+ OTP_VERSION: 27.3.3
15
TOKENIZERS_BUILD: "true"
jobs:
0 commit comments