Enable testing on PHP 7.4

This commit is contained in:
David Stone
2025-02-02 13:11:16 -07:00
parent 8533136b47
commit 8bc3551c89

View File

@ -3,6 +3,7 @@ workflows:
main:
jobs:
- php74-build
- php80-build
- php81-build
- php82-build
- php83-build
@ -45,6 +46,11 @@ job-references:
jobs:
php74-build:
<<: *php_job
docker:
- image: cimg/php:7.4
- image: *mysql_image
php80-build:
<<: *php_job
docker:
- image: cimg/php:8.0