we don't support otp24, bump to 25
All checks were successful
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/test/2 Pipeline was successful
ci/woodpecker/push/test/1 Pipeline was successful
ci/woodpecker/push/build-amd64 Pipeline was successful
ci/woodpecker/push/build-arm64 Pipeline was successful
ci/woodpecker/push/docs Pipeline was successful
ci/woodpecker/pr/lint Pipeline was successful
ci/woodpecker/pr/test/2 Pipeline was successful
ci/woodpecker/pr/test/1 Pipeline was successful
ci/woodpecker/pr/build-arm64 Pipeline was successful
ci/woodpecker/pr/build-amd64 Pipeline was successful
ci/woodpecker/pr/docs Pipeline was successful

This commit is contained in:
Floatingghost 2025-03-02 12:19:14 +00:00
parent 842414b927
commit 829af03042
2 changed files with 3 additions and 3 deletions

View file

@ -10,11 +10,11 @@ matrix:
- 1.15
- 1.18
OTP_VERSION:
- 24
- 25
- 27
include:
- ELIXIR_VERSION: 1.15
OTP_VERSION: 24
OTP_VERSION: 25
- ELIXIR_VERSION: 1.18
OTP_VERSION: 27

View file

@ -1,2 +1,2 @@
./build.sh 1.15-otp24 1.15.8-erlang-24.3.4.17-alpine-3.19.7
./build.sh 1.15-otp25 1.15.8-erlang-25.3.2.18-alpine-3.19.7
./build.sh 1.18-otp27 1.18.2-erlang-27.2.4-alpine-3.19.7