Skip to content

Commit

Permalink
Update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
rrrene committed Oct 1, 2023
1 parent 4fed358 commit 6931c48
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 26 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/compatibility-canary-smoke-tests.yml
Expand Up @@ -93,8 +93,8 @@ jobs:
- uses: actions/checkout@v2.3.1
- uses: erlef/setup-beam@v1
with:
otp-version: 24.0
elixir-version: 1.13.1
otp-version: 25.3
elixir-version: 1.15.6
- run: mix deps.get
- run: mix deps.compile
- run: mix compile
Expand Down
26 changes: 14 additions & 12 deletions .github/workflows/compatibility-elixir.yml
Expand Up @@ -13,19 +13,21 @@ jobs:
strategy:
fail-fast: false
matrix:
otp: [21.3, 22.3, 23.3, 24.2]
elixir: [1.10.4, 1.11.4, 1.12.2, 1.13.4, 1.14.0]
otp: [23.3, 24.2, 25.3]
elixir: [1.11.4, 1.12.2, 1.13.4, 1.14.5, 1.15.6]
exclude:
- otp: 24.2
elixir: 1.10.4
- otp: 21.3
elixir: 1.12.2
- otp: 21.3
elixir: 1.13.4
- otp: 21.3
elixir: 1.14.0
- otp: 22.3
elixir: 1.14.0
- elixir: 1.11.4
otp: 25.3
- elixir: 1.12.2
otp: 25.3
- elixir: 1.14.5
otp: 25.3
- elixir: 1.15.6
otp: 26.0
- elixir: 1.15.6
otp: 23.3
- elixir: 1.15.6
otp: 24.2
repo_url: ["https://github.com/elixir-lang/elixir.git"]
repo_branch: ["v1.13", "main"]
steps:
Expand Down
26 changes: 14 additions & 12 deletions .github/workflows/compatibility-phoenix.yml
Expand Up @@ -12,19 +12,21 @@ jobs:
strategy:
fail-fast: false
matrix:
otp: [21.3, 22.3, 23.3, 24.2]
elixir: [1.10.4, 1.11.4, 1.12.2, 1.13.4, 1.14.0]
otp: [23.3, 24.2, 25.3]
elixir: [1.11.4, 1.12.2, 1.13.4, 1.14.5, 1.15.6]
exclude:
- otp: 24.2
elixir: 1.10.4
- otp: 21.3
elixir: 1.12.2
- otp: 21.3
elixir: 1.13.4
- otp: 21.3
elixir: 1.14.0
- otp: 22.3
elixir: 1.14.0
- elixir: 1.11.4
otp: 25.3
- elixir: 1.12.2
otp: 25.3
- elixir: 1.14.5
otp: 25.3
- elixir: 1.15.6
otp: 26.0
- elixir: 1.15.6
otp: 23.3
- elixir: 1.15.6
otp: 24.2
repo_url: ["https://github.com/phoenixframework/phoenix.git"]
repo_branch: ["v1.6", "main"]
steps:
Expand Down

0 comments on commit 6931c48

Please sign in to comment.