Skip to content

Commit

Permalink
Update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
rrrene committed Apr 30, 2024
1 parent 96dd00f commit 3612dc2
Show file tree
Hide file tree
Showing 8 changed files with 32 additions and 19 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-workflow.yml
Expand Up @@ -31,7 +31,7 @@ jobs:
include:
- elixir: 1.15.7
otp: 26.1
- elixir: 1.16.1
- elixir: 1.16.2
otp: 26.2
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/code-scan-sarif.yml
Expand Up @@ -38,7 +38,7 @@ jobs:
- uses: erlef/setup-beam@v1
with:
otp-version: 26.2
elixir-version: 1.16.1
elixir-version: 1.16.2
- run: mix deps.get
- run: mix deps.compile
- run: mix compile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/compatibility-canary-smoke-tests.yml
Expand Up @@ -116,7 +116,7 @@ jobs:
- uses: erlef/setup-beam@v1
with:
otp-version: 26.2
elixir-version: 1.16.1
elixir-version: 1.16.2
- run: mix deps.get
- run: mix deps.compile
- run: mix compile
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/compatibility-elixir.yml
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.1]
elixir: [1.11.4, 1.12.3, 1.13.4, 1.14.5, 1.15.7, 1.16.2]
exclude:
- elixir: 1.11.4
otp: 26.1
Expand All @@ -36,9 +36,9 @@ jobs:
otp: 23.3
- elixir: 1.15.7
otp: 24.3
- elixir: 1.16.1
- elixir: 1.16.2
otp: 23.3
- elixir: 1.16.1
- elixir: 1.16.2
otp: 24.3
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/compatibility-os-windows.yml
Expand Up @@ -21,7 +21,7 @@ jobs:
- uses: erlef/setup-beam@v1
with:
otp-version: 26.2
elixir-version: 1.16.1
elixir-version: 1.16.2
- run: mix deps.get
- run: mix deps.compile
- run: |
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/compatibility-phoenix.yml
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.1]
elixir: [1.11.4, 1.12.3, 1.13.4, 1.14.5, 1.15.7, 1.16.2]
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.1
- elixir: 1.16.2
otp: 23.3
- elixir: 1.16.1
- elixir: 1.16.2
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.1]
elixir: [1.14.5, 1.15.7, 1.16.2]
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.1
- elixir: 1.16.2
otp: 23.3
- elixir: 1.16.1
- elixir: 1.16.2
otp: 24.3
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/housekeeping-bugfix-reproducer.yml
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
otp: [26.2]
elixir: [1.16.1]
elixir: [1.16.2]
steps:
- uses: actions/checkout@v4

Expand Down
Expand Up @@ -19,13 +19,13 @@ jobs:
- uses: erlef/setup-beam@v1
with:
otp-version: 26.2
elixir-version: 1.16.1
elixir-version: 1.16.2
- run: mix deps.get
- run: mix compile
- run: ./test/check_formatted.sh

trigger:
name: "tested for trigger"
name: "tested that for each check there is at least one trigger assertion"
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
Expand All @@ -34,12 +34,12 @@ jobs:
- uses: erlef/setup-beam@v1
with:
otp-version: 26.2
elixir-version: 1.16.1
elixir-version: 1.16.2
- run: mix deps.get
- run: mix test test/credo/check/housekeeping_trigger.exs

params:
name: "tested all params"
name: "tested that for each check all params are covered by tests"
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
Expand All @@ -48,7 +48,20 @@ jobs:
- uses: erlef/setup-beam@v1
with:
otp-version: 26.2
elixir-version: 1.16.1
elixir-version: 1.16.2
- run: mix deps.get
- run: mix test test/credo/check/housekeeping_params.exs

assert_triggers:
name: "all triggers are looked up and confirmed"
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: erlef/setup-beam@v1
with:
otp-version: 26.2
elixir-version: 1.16.2
- run: mix deps.get
- run: ASSERT_TRIGGERS=1 mix test

0 comments on commit 3612dc2

Please sign in to comment.