Skip to content

Commit fadcd71

Browse files
committed
Add OTP 28 to CI
1 parent 81f885d commit fadcd71

File tree

2 files changed

+12
-8
lines changed

2 files changed

+12
-8
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,16 @@ jobs:
2626
fail-fast: false
2727
matrix:
2828
include:
29-
- otp_version: "27.1"
29+
- otp_version: "28.0"
3030
deterministic: true
31-
- otp_version: "27.1"
31+
- otp_version: "28.0"
3232
erlc_opts: "warnings_as_errors"
3333
coverage: true
34-
- otp_version: "27.1"
34+
- otp_version: "28.0"
3535
otp_latest: true
3636
erlc_opts: "warnings_as_errors"
37+
- otp_version: "27.3"
38+
erlc_opts: "warnings_as_errors"
3739
- otp_version: "27.0"
3840
erlc_opts: "warnings_as_errors"
3941
- otp_version: "26.0"
@@ -104,7 +106,7 @@ jobs:
104106
name: Windows Server 2019, Erlang/OTP ${{ matrix.otp_version }}
105107
strategy:
106108
matrix:
107-
otp_version: ["26.2", "27.3"]
109+
otp_version: ["26.2", "27.3", "28.0"]
108110
runs-on: windows-2022
109111
steps:
110112
- name: Configure Git

.github/workflows/release.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ jobs:
6868
otp_version: "26.0"
6969
- otp: 27
7070
otp_version: "27.0"
71+
- otp: 28
72+
otp_version: "28.0"
7173
build_docs: build_docs
7274

7375
runs-on: ubuntu-22.04
@@ -114,7 +116,7 @@ jobs:
114116
strategy:
115117
fail-fast: true
116118
matrix:
117-
otp: [26, 27]
119+
otp: [26, 27, 28]
118120
flavor: [windows, linux]
119121

120122
env:
@@ -194,19 +196,19 @@ jobs:
194196
id: git-config
195197
shell: bash
196198
run: git config --global url.https://github.com/.insteadOf ssh://[email protected]/
197-
199+
198200
- name: Checkout project
199201
id: checkout
200202
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
201-
203+
202204
- name: "Download Build Artifacts"
203205
id: download-build-artifacts
204206
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
205207
with:
206208
pattern: "{sign-*-elixir-otp-*,Docs}"
207209
merge-multiple: true
208210
path: /tmp/build-artifacts/
209-
211+
210212
- name: "Run OSS Review Toolkit"
211213
id: ort
212214
uses: ./.github/workflows/ort

0 commit comments

Comments
 (0)