From 3c1168beb5a52d3395d41ade16cd10c3b7fd1198 Mon Sep 17 00:00:00 2001 From: Lance Pioch Date: Thu, 12 Feb 2026 10:29:33 -0500 Subject: [PATCH] Update job runners (#2225) --- .github/workflows/ci.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 912143ec5..896fd3ed9 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -26,7 +26,7 @@ jobs: strategy: fail-fast: true matrix: - php: [8.2, 8.3, 8.4, 8.5] + php: [8.3, 8.4, 8.5] env: DB_CONNECTION: sqlite DB_DATABASE: testing.sqlite @@ -79,8 +79,8 @@ jobs: strategy: fail-fast: true matrix: - php: [8.2, 8.3, 8.4, 8.5] - database: ["mysql:8"] + php: [8.5] + database: ["mysql:8.4", "mysql:9.6"] services: database: image: ${{ matrix.database }} @@ -147,8 +147,8 @@ jobs: strategy: fail-fast: true matrix: - php: [8.2, 8.3, 8.4, 8.5] - database: ["mariadb:10.6", "mariadb:10.11", "mariadb:11.4"] + php: [8.5] + database: ["mariadb:10.11", "mariadb:11.4"] services: database: image: ${{ matrix.database }} @@ -215,8 +215,8 @@ jobs: strategy: fail-fast: true matrix: - php: [8.2, 8.3, 8.4, 8.5] - database: ["postgres:14"] + php: [8.5] + database: ["postgres:17", "postgres:18"] services: database: image: ${{ matrix.database }}