From b4dc305e93d024cf5343add538bb4dc20f92a8d6 Mon Sep 17 00:00:00 2001 From: Fernando Herrero Date: Sat, 16 Nov 2024 14:58:32 +0100 Subject: [PATCH] Remove tests on PHP-7.4 --- .github/workflows/php.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index 56eda52..39ee868 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -17,7 +17,7 @@ jobs: strategy: matrix: operating-system: [ubuntu-latest, windows-latest, macOS-latest] - php-versions: ['7.4', '8.0', '8.1', '8.2', '8.3'] + php-versions: ['8.0', '8.1', '8.2', '8.3'] name: PHP ${{ matrix.php-versions }} Test on ${{ matrix.operating-system }}