Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
WP Plugins
View All Posts Pages
Commits
849414f3
Commit
849414f3
authored
Feb 23, 2019
by
Erick Hitter
Browse files
Merge branch 'add/7.3' into 'master'
Add PHP 7.3 See merge request
!2
parents
ea08c00c
a1a76332
Pipeline
#728
failed with stage
in 2 minutes and 38 seconds
Changes
1
Pipelines
8
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
849414f3
...
...
@@ -33,3 +33,12 @@ PHPunit:PHP7.2:MySQL:
-
find . -type "f" -iname "*.php" | xargs -L "1" php -l
-
phpcs -n
-
phpunit
PHPunit:PHP7.3:MySQL:
image
:
containers.ethitter.com:443/docker/images/php:7.3
services
:
-
mysql:5.6
script
:
-
find . -type "f" -iname "*.php" | xargs -L "1" php -l
-
phpcs -n
-
phpunit
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment