From a6f678d19092db98f7fbe3cfdcbd11d9fea00961 Mon Sep 17 00:00:00 2001 From: Alexandre Lemaire Date: Wed, 20 Mar 2024 16:37:46 -0400 Subject: [PATCH] Drops PHP 7.4 to favor attributes. --- .github/workflows/phpspec-task.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/phpspec-task.yml b/.github/workflows/phpspec-task.yml index c808697..dba9857 100644 --- a/.github/workflows/phpspec-task.yml +++ b/.github/workflows/phpspec-task.yml @@ -8,7 +8,7 @@ jobs: strategy: matrix: operating-system: [ ubuntu-20.04 ] - php-versions: [ '7.4', '8.0.12', '8.1', '8.2', '8.3' ] + php-versions: [ '8.0.12', '8.1', '8.2', '8.3' ] name: Evaluate Behavior, ${{ matrix.php-versions }} on ${{ matrix.operating-system }} steps: # Get the source code