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 }}