Enable testing on PHP 7.4
This commit is contained in:
@ -3,6 +3,7 @@ workflows:
|
|||||||
main:
|
main:
|
||||||
jobs:
|
jobs:
|
||||||
- php74-build
|
- php74-build
|
||||||
|
- php80-build
|
||||||
- php81-build
|
- php81-build
|
||||||
- php82-build
|
- php82-build
|
||||||
- php83-build
|
- php83-build
|
||||||
@ -45,6 +46,11 @@ job-references:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
php74-build:
|
php74-build:
|
||||||
|
<<: *php_job
|
||||||
|
docker:
|
||||||
|
- image: cimg/php:7.4
|
||||||
|
- image: *mysql_image
|
||||||
|
php80-build:
|
||||||
<<: *php_job
|
<<: *php_job
|
||||||
docker:
|
docker:
|
||||||
- image: cimg/php:8.0
|
- image: cimg/php:8.0
|
||||||
|
Reference in New Issue
Block a user