From b99f07a0992fe187af1f1bcbc3f138d4584595e5 Mon Sep 17 00:00:00 2001 From: Mike Neilson Date: Mon, 23 Feb 2026 15:55:58 +0000 Subject: [PATCH] Add matrix target for next schema release. --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 64baa9247..2a4bf8eb6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -19,6 +19,8 @@ jobs: image: "ghcr.io/hydrologicengineeringcenter/cwms-database/cwms/database-ready-ora-23.5:latest-dev" - env: release image: "ghcr.io/hydrologicengineeringcenter/cwms-database/cwms/database-ready-ora-23.5:25.07.01" + - env: next-release + image: "ghcr.io/hydrologicengineeringcenter/cwms-database/cwms/database-ready-ora-23.5:26.02.17-RC01" name: build and test (jdk ${{matrix.jdk}}, schema ${{matrix.schema.env}}) runs-on: ubuntu-latest outputs: