From 6c2c27051d72cf995ebbc926bd456248703d6315 Mon Sep 17 00:00:00 2001 From: rotimi Date: Sun, 4 Feb 2024 01:20:41 -0700 Subject: [PATCH] PHP 8.1 Refactorings --- .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 7ea8f86..c79dbb7 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -16,7 +16,7 @@ jobs: strategy: matrix: - php: [8.2, 8.1] + php: [8.3, 8.2, 8.1] # prefer-lowest is causing unit tests to fail when php 7.2 is run against PHPunit 7.x, # PHPUnit 8.x is the latest stable release that supports PHP 7.2 and that runs fine # dependency-version: [prefer-lowest, prefer-stable]