Runtime and Weekly: Add Erlang/OTP 29

This commit is contained in:
Badlop
2026-02-13 12:15:25 +01:00
parent 3adb30c859
commit 0c55beff6e
2 changed files with 5 additions and 3 deletions
+3 -1
View File
@@ -32,13 +32,15 @@ jobs:
runs-on: ubuntu-24.04-arm
strategy:
matrix:
otp: ['25', '26', '27', '28']
otp: ['25', '26', '27', '28', '29']
rebar: ['rebar', 'rebar3']
exclude:
- otp: '27'
rebar: 'rebar'
- otp: '28'
rebar: 'rebar'
- otp: '29'
rebar: 'rebar'
container:
image: public.ecr.aws/docker/library/erlang:${{ matrix.otp }}
+2 -2
View File
@@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-24.04-arm
strategy:
matrix:
otp: ['25', '26', '27', '28']
otp: ['25', '26', '27', '28', '29.0-rc1']
steps:
@@ -22,8 +22,8 @@ jobs:
with:
otp-version: ${{ matrix.otp }}
hexpm-mirrors: |
https://cdn.jsdelivr.net/hex
https://builds.hex.pm
## https://cdn.jsdelivr.net/hex # Does not include Erlang 29 yet
- uses: awalsh128/cache-apt-pkgs-action@latest
with: