Skip to content

Commit

Permalink
Bump minimal version of elixir, to currently supported one
Browse files Browse the repository at this point in the history
  • Loading branch information
Argonus committed Feb 25, 2024
1 parent 2432390 commit decc2ab
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 14 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
strategy:
matrix:
elixir: ['1.12.3']
otp: ['24.3.4']
elixir: ['1.16']
otp: ['26.2']

steps:
- name: Cancel previous runs
Expand Down Expand Up @@ -64,8 +64,8 @@ jobs:
strategy:
fail-fast: false
matrix:
elixir: ['1.12.3']
otp: ['24.3.4']
elixir: ['1.16']
otp: ['26.2']

steps:
- name: Cancel Previous Runs
Expand Down
16 changes: 6 additions & 10 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,12 @@ jobs:
strategy:
matrix:
pair:
- elixir: 1.14
- elixir: 1.16
otp: 25.2
- elixir: 1.13
- elixir: 1.14
otp: 24.3
- elixir: 1.11
- elixir: 1.12
otp: 21.3
- elixir: 1.8
otp: 20.3

steps:
- name: Cancel previous runs
Expand Down Expand Up @@ -74,14 +72,12 @@ jobs:
fail-fast: false
matrix:
pair:
- elixir: 1.14
- elixir: 1.16
otp: 25.2
- elixir: 1.13
- elixir: 1.14
otp: 24.3
- elixir: 1.11
- elixir: 1.12
otp: 21.3
- elixir: 1.8
otp: 20.3

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit decc2ab

Please sign in to comment.