diff options
author | Dylan Arbour <arbourd@users.noreply.github.com> | 2024-02-22 13:55:32 -0500 |
---|---|---|
committer | Dylan Arbour <arbourd@users.noreply.github.com> | 2024-02-23 18:06:33 -0500 |
commit | 9d02b906a5e54000d8ae8f22c0a2fac930cfeea3 (patch) | |
tree | 79c859418cc6c544375cf73a8558f32024f54c1d /.github/workflows | |
parent | faa7e792428265a7c72ff0c692f31c04932d7dc0 (diff) | |
download | unit-9d02b906a5e54000d8ae8f22c0a2fac930cfeea3.tar.gz unit-9d02b906a5e54000d8ae8f22c0a2fac930cfeea3.tar.bz2 |
Add PHP 8.2 and 8.1 to test matrix
`setup-php` action was fixed to add embed SAPI for older versions of PHP
Diffstat (limited to '')
-rw-r--r-- | .github/workflows/ci.yml | 4 |
1 files changed, 4 insertions, 0 deletions
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 |