Skip to content

Commit

Permalink
Update GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
rrrene committed Dec 28, 2023
1 parent dea9cf7 commit 71243b2
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bugfix-reproducer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
name: "Test for lib/ changes"
strategy:
matrix:
otp: [22.2]
elixir: [1.10.4]
otp: [26.2]
elixir: [1.16.0]
steps:
- uses: actions/checkout@v4

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ jobs:
include:
- elixir: 1.15.7
otp: 26.1
- elixir: 1.16.0-rc.1
otp: 26.1
- elixir: 1.16.0
otp: 26.2
steps:
- uses: actions/checkout@v4
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/compatibility-canary-smoke-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@ jobs:
- uses: actions/checkout@v4
- uses: erlef/setup-beam@v1
with:
otp-version: 26.1
elixir-version: 1.15.7
otp-version: 26.2
elixir-version: 1.16.0
- run: mix deps.get
- run: mix deps.compile
- run: mix compile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/compatibility-elixir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
repo_url: ["https://github.com/elixir-lang/elixir.git"]
repo_branch: ["v1.13", "main"]
otp: [23.3, 24.3, 25.3, 26.1]
elixir: [1.11.4, 1.12.3, 1.13.4, 1.14.5, 1.15.7, 1.16.0-rc.1]
elixir: [1.11.4, 1.12.3, 1.13.4, 1.14.5, 1.15.7, 1.16.0]
exclude:
- elixir: 1.11.4
otp: 26.1
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/compatibility-phoenix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
repo_url: ["https://github.com/phoenixframework/phoenix.git"]
repo_branch: ["v1.6", "main"]
otp: [23.3, 24.3, 25.3, 26.1]
elixir: [1.11.4, 1.12.3, 1.13.4, 1.14.5, 1.15.7, 1.16.0-rc.1]
elixir: [1.11.4, 1.12.3, 1.13.4, 1.14.5, 1.15.7, 1.16.0]
exclude:
- elixir: 1.11.4
otp: 26.1
Expand All @@ -35,9 +35,9 @@ jobs:
otp: 23.3
- elixir: 1.15.7
otp: 24.3
- elixir: 1.16.0-rc.1
- elixir: 1.16.0
otp: 23.3
- elixir: 1.16.0-rc.1
- elixir: 1.16.0
otp: 24.3
steps:
- uses: actions/checkout@v4
Expand All @@ -59,7 +59,7 @@ jobs:
matrix:
otp: [23.3, 24.3, 25.3, 26.1]
# phx_new depends on newer versions of Elixir than Credo
elixir: [1.14.5, 1.15.7, 1.16.0-rc.1]
elixir: [1.14.5, 1.15.7, 1.16.0]
exclude:
- elixir: 1.11.4
otp: 26.1
Expand All @@ -79,9 +79,9 @@ jobs:
otp: 23.3
- elixir: 1.15.7
otp: 24.3
- elixir: 1.16.0-rc.1
- elixir: 1.16.0
otp: 23.3
- elixir: 1.16.0-rc.1
- elixir: 1.16.0
otp: 24.3
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 71243b2

Please sign in to comment.