Skip to content

Commit 9b8c944

Browse files
Updated to use php 7.4 to test the code.
1 parent 2f724ca commit 9b8c944

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ stages:
55
- test
66

77
test:
8-
image: registry.gitlab.com/jitesoft/dockerfiles/phpunit:7.2
8+
image: registry.gitlab.com/jitesoft/dockerfiles/phpunit:7.4
99
script:
1010
- composer install --no-interaction --prefer-dist
1111
- composer test

0 commit comments

Comments
 (0)