Add PHP 8.2 and 8.1 to test matrix

`setup-php` action was fixed to add embed SAPI for older versions of PHP
This commit is contained in:
Dylan Arbour
2024-02-22 13:55:32 -05:00
parent faa7e79242
commit 9d02b906a5

View File

@@ -33,6 +33,10 @@ jobs:
os: ubuntu-latest os: ubuntu-latest
- build: perl - build: perl
os: ubuntu-latest os: ubuntu-latest
- build: php-8.1
os: ubuntu-latest
- build: php-8.2
os: ubuntu-latest
- build: php-8.3 - build: php-8.3
os: ubuntu-latest os: ubuntu-latest
- build: python-3.11 - build: python-3.11