Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
W
wordpress
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GitLab
CI
wordpress
Merge requests
!33
Add PHP 8.4, make 8.1 and 8.2 required
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Add PHP 8.4, make 8.1 and 8.2 required
add/php-8.4
into
main
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
Erick Hitter
requested to merge
add/php-8.4
into
main
1 month ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Compare
main
main (base)
and
latest version
latest version
a760c34e
1 commit,
1 month ago
1 file
+
10
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
plugins/templates/matrix.yml
+
10
−
2
Options
@@ -64,7 +64,6 @@ PHPunit:PHP8.1:MySQL:
script
:
-
find . -type "f" -iname "*.php" | xargs -L "1" php -l
-
phpunit
allow_failure
:
true
PHPunit:PHP8.2:MySQL
:
stage
:
test
@@ -74,7 +73,6 @@ PHPunit:PHP8.2:MySQL:
script
:
-
find . -type "f" -iname "*.php" | xargs -L "1" php -l
-
phpunit
allow_failure
:
true
PHPunit:PHP8.3:MySQL
:
stage
:
test
@@ -86,6 +84,16 @@ PHPunit:PHP8.3:MySQL:
-
phpunit
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
:
stage
:
test
image
:
containers.ethitter.com:443/docker/images/php:8.2
Loading