From 86b90110cbf3fcee0dcd076778d4bfc6e3e15093 Mon Sep 17 00:00:00 2001 From: Dave Reid Date: Thu, 7 Dec 2023 10:46:39 -0600 Subject: [PATCH] Update php.yml --- .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 75b416f3..4f5ea292 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -29,7 +29,7 @@ jobs: fail-fast: false matrix: operating-system: [ubuntu-22.04, ubuntu-20.04, windows-2019, macos-latest] - php-versions: ['5.3', '5.4', '5.5', '5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4', 'lowest'] + php-versions: ['5.3', '5.4', '5.5', '5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4'] include: - operating-system: ubuntu-22.04 php-versions: ''