Skip to content

Commit

Permalink
Merge pull request #1089 from kianmeng/bump-apps-version-in-github-ci
Browse files Browse the repository at this point in the history
Bump apps and actions version in GitHub CI
  • Loading branch information
rrrene committed Nov 16, 2023
2 parents c5fbc8a + d551e82 commit 1bdf81a
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 28 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bugfix-reproducer.yml
Expand Up @@ -14,7 +14,7 @@ jobs:
otp: [22.2]
elixir: [1.10.4]
steps:
- uses: actions/checkout@v2.3.1
- uses: actions/checkout@v4

- uses: erlef/setup-beam@v1
with:
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/ci-workflow.yml
Expand Up @@ -16,22 +16,22 @@ jobs:
fail-fast: false
matrix:
otp: [23.3, 24.2, 25.3]
elixir: [1.11.4, 1.12.2, 1.13.4, 1.14.5, 1.15.6]
elixir: [1.11.4, 1.12.3, 1.13.4, 1.14.5, 1.15.7]
exclude:
- elixir: 1.11.4
otp: 25.3
- elixir: 1.12.2
- elixir: 1.12.3
otp: 25.3
- elixir: 1.14.5
otp: 25.3
- elixir: 1.15.6
otp: 26.0
- elixir: 1.15.6
- elixir: 1.15.7
otp: 26.1
- elixir: 1.15.7
otp: 23.3
- elixir: 1.15.6
- elixir: 1.15.7
otp: 24.2
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: erlef/setup-beam@v1
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/compatibility-canary-smoke-tests.yml
Expand Up @@ -90,11 +90,11 @@ jobs:
repo: https://github.com/nerves-project/nerves.git

steps:
- uses: actions/checkout@v2.3.1
- uses: actions/checkout@v4
- uses: erlef/setup-beam@v1
with:
otp-version: 25.3
elixir-version: 1.15.6
otp-version: 26.1
elixir-version: 1.15.7
- run: mix deps.get
- run: mix deps.compile
- run: mix compile
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/compatibility-elixir.yml
Expand Up @@ -14,24 +14,24 @@ jobs:
fail-fast: false
matrix:
otp: [23.3, 24.2, 25.3]
elixir: [1.11.4, 1.12.2, 1.13.4, 1.14.5, 1.15.6]
elixir: [1.11.4, 1.12.3, 1.13.4, 1.14.5, 1.15.7]
exclude:
- elixir: 1.11.4
otp: 25.3
- elixir: 1.12.2
- elixir: 1.12.3
otp: 25.3
- elixir: 1.14.5
otp: 25.3
- elixir: 1.15.6
otp: 26.0
- elixir: 1.15.6
- elixir: 1.15.7
otp: 26.1
- elixir: 1.15.7
otp: 23.3
- elixir: 1.15.6
- elixir: 1.15.7
otp: 24.2
repo_url: ["https://github.com/elixir-lang/elixir.git"]
repo_branch: ["v1.13", "main"]
steps:
- uses: actions/checkout@v2.3.1
- uses: actions/checkout@v4
- uses: erlef/setup-beam@v1
with:
otp-version: ${{matrix.otp}}
Expand Down
20 changes: 10 additions & 10 deletions .github/workflows/compatibility-phoenix.yml
Expand Up @@ -13,24 +13,24 @@ jobs:
fail-fast: false
matrix:
otp: [23.3, 24.2, 25.3]
elixir: [1.11.4, 1.12.2, 1.13.4, 1.14.5, 1.15.6]
elixir: [1.11.4, 1.12.3, 1.13.4, 1.14.5, 1.15.7]
exclude:
- elixir: 1.11.4
otp: 25.3
- elixir: 1.12.2
- elixir: 1.12.3
otp: 25.3
- elixir: 1.14.5
otp: 25.3
- elixir: 1.15.6
otp: 26.0
- elixir: 1.15.6
- elixir: 1.15.7
otp: 26.1
- elixir: 1.15.7
otp: 23.3
- elixir: 1.15.6
- elixir: 1.15.7
otp: 24.2
repo_url: ["https://github.com/phoenixframework/phoenix.git"]
repo_branch: ["v1.6", "main"]
steps:
- uses: actions/checkout@v2.3.1
- uses: actions/checkout@v4
- uses: erlef/setup-beam@v1
with:
otp-version: ${{matrix.otp}}
Expand All @@ -48,20 +48,20 @@ jobs:
strategy:
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]
elixir: [1.10.4, 1.11.4, 1.12.3, 1.13.4, 1.14.5, 1.15.7]
exclude:
- otp: 24.2
elixir: 1.10.4
- otp: 21.3
elixir: 1.12.2
elixir: 1.12.3
- otp: 21.3
elixir: 1.13.4
- otp: 21.3
elixir: 1.14.0
- otp: 22.3
elixir: 1.14.0
steps:
- uses: actions/checkout@v2.3.1
- uses: actions/checkout@v4
- uses: erlef/setup-beam@v1
with:
otp-version: ${{matrix.otp}}
Expand Down

0 comments on commit 1bdf81a

Please sign in to comment.