Skip to content

Commit ef5d190

Browse files
committed
Run CI with OTP28
1 parent 89e4629 commit ef5d190

File tree

2 files changed

+12
-11
lines changed

2 files changed

+12
-11
lines changed

.github/workflows/test-make-target.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,11 @@ jobs:
3434
run: git fetch --tags
3535

3636
- name: SETUP OTP & ELIXIR
37-
uses: erlef/setup-beam@v1.17
37+
uses: erlef/setup-beam@v1
3838
with:
3939
otp-version: ${{ inputs.erlang_version }}
4040
elixir-version: ${{ inputs.elixir_version }}
41+
version-type: strict
4142
hexpm-mirrors: |
4243
https://builds.hex.pm
4344
https://cdn.jsdelivr.net/hex

.github/workflows/test-make.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,9 @@ jobs:
2121
fail-fast: false
2222
matrix:
2323
erlang_version:
24-
- '26'
25-
- '27'
24+
- '28.0-rc2'
2625
elixir_version:
27-
- '1.17'
26+
- '1.18.3'
2827
# @todo Add macOS and Windows.
2928
runs-on: ubuntu-latest
3029
timeout-minutes: 60
@@ -36,10 +35,11 @@ jobs:
3635
run: git fetch --tags
3736

3837
- name: SETUP OTP & ELIXIR
39-
uses: erlef/setup-beam@v1.17
38+
uses: erlef/setup-beam@v1
4039
with:
4140
otp-version: ${{ matrix.erlang_version }}
4241
elixir-version: ${{ matrix.elixir_version }}
42+
version-type: strict
4343
hexpm-mirrors: |
4444
https://builds.hex.pm
4545
https://cdn.jsdelivr.net/hex
@@ -62,9 +62,9 @@ jobs:
6262
fail-fast: false
6363
matrix:
6464
erlang_version:
65-
- '27'
65+
- '28.0-rc2'
6666
elixir_version:
67-
- '1.17'
67+
- '1.18.3'
6868
metadata_store:
6969
- mnesia
7070
- khepri
@@ -81,9 +81,9 @@ jobs:
8181
fail-fast: false
8282
matrix:
8383
erlang_version:
84-
- '27'
84+
- '28.0-rc2'
8585
elixir_version:
86-
- '1.17'
86+
- '1.18.3'
8787
metadata_store:
8888
- mnesia
8989
- khepri
@@ -100,9 +100,9 @@ jobs:
100100
fail-fast: false
101101
matrix:
102102
erlang_version: # Latest OTP
103-
- '27'
103+
- '28.0-rc2'
104104
elixir_version: # Latest Elixir
105-
- '1.17'
105+
- '1.18.3'
106106
uses: ./.github/workflows/test-make-type-check.yaml
107107
with:
108108
erlang_version: ${{ matrix.erlang_version }}

0 commit comments

Comments
 (0)