Skip to content
Snippets Groups Projects
Commit fb6d4e3b authored by Erick Hitter's avatar Erick Hitter
Browse files

Add PHP 8.2 and 8.3

parent 6a0046a4
Branches
No related tags found
1 merge request!31Fix PHPCS, add more PHP versions
...@@ -66,6 +66,26 @@ PHPunit:PHP8.1:MySQL: ...@@ -66,6 +66,26 @@ PHPunit:PHP8.1:MySQL:
- phpunit - phpunit
allow_failure: true allow_failure: true
PHPunit:PHP8.2:MySQL:
stage: test
image: containers.ethitter.com:443/docker/images/php:8.2
services:
- mysql:5.6
script:
- find . -type "f" -iname "*.php" | xargs -L "1" php -l
- phpunit
allow_failure: true
PHPunit:PHP8.3:MySQL:
stage: test
image: containers.ethitter.com:443/docker/images/php:8.3
services:
- mysql:5.6
script:
- find . -type "f" -iname "*.php" | xargs -L "1" php -l
- phpunit
allow_failure: true
PHPCS: PHPCS:
stage: test stage: test
image: containers.ethitter.com:443/docker/images/php:8.2 image: containers.ethitter.com:443/docker/images/php:8.2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment