From 9d02b906a5e54000d8ae8f22c0a2fac930cfeea3 Mon Sep 17 00:00:00 2001 From: Dylan Arbour Date: Thu, 22 Feb 2024 13:55:32 -0500 Subject: Add PHP 8.2 and 8.1 to test matrix `setup-php` action was fixed to add embed SAPI for older versions of PHP --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8599b34c..65820c58 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,6 +33,10 @@ jobs: os: ubuntu-latest - build: perl os: ubuntu-latest + - build: php-8.1 + os: ubuntu-latest + - build: php-8.2 + os: ubuntu-latest - build: php-8.3 os: ubuntu-latest - build: python-3.11 -- cgit