Skip to content

Commit 143e99d

Browse files
committed
Add job to test latest PHP version
1 parent 64e3725 commit 143e99d

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.gitlab-ci.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,20 @@ test:php:
3030
- build/docs/
3131
coverage: '/^\s*Lines:\s*\d+.\d+\%/'
3232

33+
test:php-last:
34+
image: registry.gitlab.com/aplus-framework/images/base:3
35+
stage: test
36+
timeout: 10 minutes
37+
cache:
38+
paths:
39+
- vendor/
40+
before_script:
41+
- php -v
42+
- composer update
43+
script:
44+
- vendor/bin/phpunit --colors=never
45+
coverage: '/^\s*Lines:\s*\d+.\d+\%/'
46+
3347
pages:
3448
stage: deploy
3549
timeout: 10 minutes

0 commit comments

Comments
 (0)