diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f23dd1dd05..3fb95bf3c0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,12 +26,12 @@ jobs: fail-fast: false matrix: include: - - otp_version: "29.0-rc1" - - otp_version: "28.1" + - otp_version: "29.0" deterministic: true - - otp_version: "28.1" + - otp_version: "28.4" docs: true coverage: true + - otp_version: "28.1" - otp_version: "27.3" - otp_version: "27.0" - otp_version: master @@ -115,7 +115,7 @@ jobs: strategy: matrix: otp_version: - - "29.0-rc1" + - "29.0" - "28.1" - "27.3" diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e3da9e568e..cb1b7ffa91 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -79,7 +79,7 @@ jobs: build_docs: build_docs - otp: 29 - otp_version: "29.0-rc1" + otp_version: "29.0" steps: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2