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

Merge branch 'add/php-8.4' into 'main'

Add PHP 8.4, make 8.1 and 8.2 required

See merge request !33
parents 5845a5e3 a760c34e
No related branches found
No related tags found
1 merge request!33Add PHP 8.4, make 8.1 and 8.2 required
...@@ -64,7 +64,6 @@ PHPunit:PHP8.1:MySQL: ...@@ -64,7 +64,6 @@ PHPunit:PHP8.1:MySQL:
script: script:
- find . -type "f" -iname "*.php" | xargs -L "1" php -l - find . -type "f" -iname "*.php" | xargs -L "1" php -l
- phpunit - phpunit
allow_failure: true
PHPunit:PHP8.2:MySQL: PHPunit:PHP8.2:MySQL:
stage: test stage: test
...@@ -74,7 +73,6 @@ PHPunit:PHP8.2:MySQL: ...@@ -74,7 +73,6 @@ PHPunit:PHP8.2:MySQL:
script: script:
- find . -type "f" -iname "*.php" | xargs -L "1" php -l - find . -type "f" -iname "*.php" | xargs -L "1" php -l
- phpunit - phpunit
allow_failure: true
PHPunit:PHP8.3:MySQL: PHPunit:PHP8.3:MySQL:
stage: test stage: test
...@@ -86,6 +84,16 @@ PHPunit:PHP8.3:MySQL: ...@@ -86,6 +84,16 @@ PHPunit:PHP8.3:MySQL:
- phpunit - phpunit
allow_failure: true allow_failure: true
PHPunit:PHP8.4:MySQL:
stage: test
image: containers.ethitter.com:443/docker/images/php:8.4
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