fix ci syntax

This commit is contained in:
Simon Vieille 2023-09-29 15:59:35 +02:00
parent 54c4ce47d7
commit 1203e23442
Signed by: deblan
GPG key ID: 579388D585F70417

View file

@ -1,13 +1,13 @@
matrix:
PHP_VERSION:
- 7.3
- 7.4
- 8.0
- 8.1
- deblan/php:7.3
- deblan/php:7.4
- deblan/php:8.0
- deblan/php:8.1
steps:
dependencies:
image: gitnet.fr/deblan/php:$PHP_VERSION
image: ${PHP_VERSION}
commands:
- php /usr/local/bin/composer install
- php /usr/local/bin/composer require --dev phpunit/phpunit