Skip to content

Commit

Permalink
ci: update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mnishiguchi committed Jan 18, 2024
1 parent 48af2ae commit 04d4638
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,18 @@ permissions:
jobs:
deps:
name: Dependencies
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
env:
MIX_ENV: test
strategy:
matrix:
include:
- pair:
elixir: 1.12.3
otp: 24.3.4
elixir: 1.15.7
otp: 25.3
- pair:
elixir: 1.14.3
otp: 25.3.2
elixir: 1.16.0
otp: 26.0
lint: lint
steps:
- uses: styfle/[email protected]
Expand Down Expand Up @@ -61,18 +61,18 @@ jobs:
static_code_analysis:
name: Static Code Analysis
needs: deps
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
env:
MIX_ENV: test
strategy:
matrix:
include:
- pair:
elixir: 1.12.3
otp: 24.3.4
elixir: 1.15.7
otp: 25.3
- pair:
elixir: 1.14.3
otp: 25.3.2
elixir: 1.16.0
otp: 26.0
lint: lint
steps:
- uses: styfle/[email protected]
Expand Down Expand Up @@ -111,19 +111,19 @@ jobs:

unit_tests:
needs: deps
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
env:
MIX_ENV: test
strategy:
fail-fast: false
matrix:
include:
- pair:
elixir: 1.12.3
otp: 24.3.4
elixir: 1.15.7
otp: 25.3
- pair:
elixir: 1.14.3
otp: 25.3.2
elixir: 1.16.0
otp: 26.0
lint: lint
steps:
- uses: styfle/[email protected]
Expand Down

0 comments on commit 04d4638

Please sign in to comment.