Skip to content

Commit 572d232

Browse files
committed
Merge pull request #1889 from UncleGrumpy/beam_tests_on_28
Add OTP-28 to run-tests-with-beam matrix These changes are made under both the "Apache 2.0" and the "GNU Lesser General Public License 2.1 or later" license terms (dual license). SPDX-License-Identifier: Apache-2.0 OR LGPL-2.1-or-later
2 parents 7fe9484 + 6e19699 commit 572d232

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/run-tests-with-beam.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,11 @@ jobs:
7878
otp: "27"
7979
container: erlang:27
8080

81+
- os: "ubuntu-24.04"
82+
test_erlang_opts: "-s prime_smp"
83+
otp: "28"
84+
container: erlang:28
85+
8186
# This is ARM64
8287
- os: "macos-15"
8388
otp: "26"

0 commit comments

Comments
 (0)