Skip to content

Commit

Permalink
Update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
rrrene committed Jul 25, 2023
1 parent acf8675 commit d949a6a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 13 deletions.
20 changes: 8 additions & 12 deletions .github/workflows/ci-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,24 +10,20 @@ on:

jobs:
test:
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
name: "[${{matrix.otp}}/${{matrix.elixir}}] CI Tests on Credo [OTP/Elixir]"
strategy:
fail-fast: false
matrix:
otp: [21.3, 22.3, 23.3, 24.2, 25.3, 26.0]
elixir: [1.11.4, 1.12.2, 1.13.4, 1.14.5, 1.15.3]
otp: [23.3, 24.2, 25.3, 26.0]
elixir: [1.11.4, 1.12.2, 1.13.4, 1.14.5, 1.15.4]
exclude:
- otp: 21.3
elixir: 1.12.2
- otp: 21.3
elixir: 1.13.4
- otp: 21.3
elixir: 1.14.5
- otp: 22.3
elixir: 1.14.5
- elixir: 1.14.5
otp: 26.0
- elixir: 1.15.4
otp: 23.3
steps:
- uses: actions/checkout@v2.3.1
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: erlef/setup-beam@v1
Expand Down
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
erlang 26.0
elixir 1.15.3
elixir 1.15.4

0 comments on commit d949a6a

Please sign in to comment.