From 83a848980f6af383f015e37a086f9592517dab8d Mon Sep 17 00:00:00 2001 From: snipe Date: Sat, 22 Feb 2025 11:11:01 +0000 Subject: [PATCH] Removed php 8.1, added 8.4 Signed-off-by: snipe --- .github/workflows/tests-mysql.yml | 2 +- .github/workflows/tests-postgres.yml | 3 ++- .github/workflows/tests-sqlite.yml | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tests-mysql.yml b/.github/workflows/tests-mysql.yml index 310414cda6..c6f5746152 100644 --- a/.github/workflows/tests-mysql.yml +++ b/.github/workflows/tests-mysql.yml @@ -25,9 +25,9 @@ jobs: fail-fast: false matrix: php-version: - - "8.1" - "8.2" - "8.3" + - "8.4" name: PHP ${{ matrix.php-version }} diff --git a/.github/workflows/tests-postgres.yml b/.github/workflows/tests-postgres.yml index ae48277be3..0d7bf41f92 100644 --- a/.github/workflows/tests-postgres.yml +++ b/.github/workflows/tests-postgres.yml @@ -21,9 +21,10 @@ jobs: fail-fast: false matrix: php-version: - - "8.1" - "8.2" - "8.3" + - "8.4" + name: PHP ${{ matrix.php-version }} diff --git a/.github/workflows/tests-sqlite.yml b/.github/workflows/tests-sqlite.yml index 220194314f..cd06805e01 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.1.1" + - "8.3" name: PHP ${{ matrix.php-version }}