Attempt use on top of Erlang 25.0-rc1 (#93)

c428d8c · Paulo F. Oliveira · 2022-02-22 11:09

4 files +6 -0

Files changed

modified .github/workflows/ubuntu.yml
+3 −0
@@ -21,6 +21,9 @@ jobs:
21 21 fail-fast: false
22 22 matrix:
23 23 combo:
24 + - otp-version: '25.0-rc1'
25 + rebar3-version: 'nightly'
26 + os: 'ubuntu-latest'
24 27 - otp-version: '24'
25 28 rebar3-version: 'nightly'
26 29 os: 'ubuntu-latest'
modified .github/workflows/windows.yml
+3 −0
@@ -21,6 +21,9 @@ jobs:
21 21 fail-fast: false
22 22 matrix:
23 23 combo:
24 + - otp-version: '25.0-rc1'
25 + rebar3-version: 'nightly'
26 + os: 'windows-latest'
24 27 - otp-version: '24.0.2'
25 28 rebar3-version: '3.16'
26 29 os: 'windows-2019'

Parents: 2494d08