Skip to content

Commit 06fa242

Browse files
committed
Use latest Elixir and OTP versions in CI
1 parent 151becb commit 06fa242

File tree

3 files changed

+16
-16
lines changed

3 files changed

+16
-16
lines changed

.github/workflows/code-scan-sarif.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ jobs:
3737
- uses: actions/checkout@v3
3838
- uses: erlef/setup-beam@v1
3939
with:
40-
otp-version: 26.2
41-
elixir-version: 1.17.3
40+
otp-version: 27.3
41+
elixir-version: 1.18.3
4242
- run: mix deps.get
4343
- run: mix deps.compile
4444
- run: mix compile

.github/workflows/housekeeping-bugfix-reproducer.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ jobs:
1414

1515
- uses: erlef/setup-beam@v1
1616
with:
17-
otp-version: 26.2
18-
elixir-version: 1.18.1
17+
otp-version: 27.3
18+
elixir-version: 1.18.3
1919

2020
- run: git fetch origin master:master
2121

.github/workflows/housekeeping.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ jobs:
1818
fetch-depth: 0
1919
- uses: erlef/setup-beam@v1
2020
with:
21-
otp-version: 26.2
22-
elixir-version: 1.17.3
21+
otp-version: 27.3
22+
elixir-version: 1.18.3
2323
- run: mix deps.get
2424
- run: mix compile
2525
- run: ./test/check_formatted.sh
@@ -33,8 +33,8 @@ jobs:
3333
fetch-depth: 0
3434
- uses: erlef/setup-beam@v1
3535
with:
36-
otp-version: 26.2
37-
elixir-version: 1.17.3
36+
otp-version: 27.3
37+
elixir-version: 1.18.3
3838
- run: mix deps.get
3939
- run: mix test test/credo/check/housekeeping_trigger.exs
4040

@@ -47,8 +47,8 @@ jobs:
4747
fetch-depth: 0
4848
- uses: erlef/setup-beam@v1
4949
with:
50-
otp-version: 26.2
51-
elixir-version: 1.17.3
50+
otp-version: 27.3
51+
elixir-version: 1.18.3
5252
- run: mix deps.get
5353
- run: mix test test/credo/check/housekeeping_params.exs
5454

@@ -61,8 +61,8 @@ jobs:
6161
fetch-depth: 0
6262
- uses: erlef/setup-beam@v1
6363
with:
64-
otp-version: 26.2
65-
elixir-version: 1.17.3
64+
otp-version: 27.3
65+
elixir-version: 1.18.3
6666
- run: mix deps.get
6767
- run: ASSERT_TRIGGERS=1 mix test
6868

@@ -75,8 +75,8 @@ jobs:
7575
fetch-depth: 0
7676
- uses: erlef/setup-beam@v1
7777
with:
78-
otp-version: 26.2
79-
elixir-version: 1.17.3
78+
otp-version: 27.3
79+
elixir-version: 1.18.3
8080
- run: mix deps.get
8181
- run: mix deps.compile 2>&1 | ./test/error_if_warnings.sh
8282

@@ -89,8 +89,8 @@ jobs:
8989
fetch-depth: 0
9090
- uses: erlef/setup-beam@v1
9191
with:
92-
otp-version: 26.2
93-
elixir-version: 1.17.3
92+
otp-version: 27.3
93+
elixir-version: 1.18.3
9494
- run: mix deps.get
9595
- run: mix credo --mute-exit-status
9696
- run: mkdir tmp

0 commit comments

Comments
 (0)