From 8e5a64dca985287eb0569ec7c58a48f7964feb80 Mon Sep 17 00:00:00 2001 From: Marcus Moore Date: Mon, 27 Apr 2026 11:48:26 -0700 Subject: [PATCH] Add php 8.5 to testing workflows --- .github/workflows/tests-mysql.yml | 1 + .github/workflows/tests-postgres.yml | 1 + .github/workflows/tests-sqlite.yml | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests-mysql.yml b/.github/workflows/tests-mysql.yml index 4869b4600f..b2511b4ae8 100644 --- a/.github/workflows/tests-mysql.yml +++ b/.github/workflows/tests-mysql.yml @@ -28,6 +28,7 @@ jobs: - "8.2" - "8.3" - "8.4" + - "8.5" name: PHP ${{ matrix.php-version }} diff --git a/.github/workflows/tests-postgres.yml b/.github/workflows/tests-postgres.yml index 0b632d2946..752d65350c 100644 --- a/.github/workflows/tests-postgres.yml +++ b/.github/workflows/tests-postgres.yml @@ -24,6 +24,7 @@ jobs: - "8.2" - "8.3" - "8.4" + - "8.5" name: PHP ${{ matrix.php-version }} diff --git a/.github/workflows/tests-sqlite.yml b/.github/workflows/tests-sqlite.yml index 865b0da65f..cf3cfcab1c 100644 --- a/.github/workflows/tests-sqlite.yml +++ b/.github/workflows/tests-sqlite.yml @@ -15,7 +15,7 @@ jobs: fail-fast: false matrix: php-version: - - "8.3" + - "8.5" name: PHP ${{ matrix.php-version }}