From f93495a234cbaeca51ef326b060c61df5602df52 Mon Sep 17 00:00:00 2001 From: Tac Tacelosky Date: Thu, 21 Nov 2024 11:22:09 -0500 Subject: [PATCH] Update ci.yml, only supported versions of php, including 8.4 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0075d4f..9b5d15e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: matrix: os: [ ubuntu-latest, macos-latest, windows-latest ] # All supported PHP versions https://www.php.net/supported-versions.php - php: [ '7.3', '7.4', '8.0', '8.1' ] + php: [ '8.2', '8.3','8.4' ] runs-on: ${{matrix.os}}