Skip to content

Commit 3897ad0

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

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.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)