From 33d61af918b71137bf6a160343d214e6298a47a5 Mon Sep 17 00:00:00 2001 From: Calvin Buckley Date: Thu, 9 Nov 2023 15:45:47 -0400 Subject: [PATCH] Run 8.3 in CI This is nightly 8.3 for now, but this should upgrade to production 8.3 when it's ready. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4085ad3..9e7fcfd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: ubuntu: strategy: matrix: - version: ['7.3', '7.4', '8.0', '8.1', '8.2'] + version: ['7.3', '7.4', '8.0', '8.1', '8.2', '8.3'] runs-on: ubuntu-latest services: ibm_db2: