From 2c8e5de18c079ce97df090bf6393db9c5ed34d4e Mon Sep 17 00:00:00 2001 From: Alexandre Lemaire Date: Tue, 19 Mar 2024 23:32:03 -0400 Subject: [PATCH] First stab at support for 8.3 --- .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 f2a2f2e..c808697 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' ] + php-versions: [ '7.4', '8.0.12', '8.1', '8.2', '8.3' ] name: Evaluate Behavior, ${{ matrix.php-versions }} on ${{ matrix.operating-system }} steps: # Get the source code