Skip to content

Commit

Permalink
Add job to test latest PHP version
Browse files Browse the repository at this point in the history
  • Loading branch information
natanfelles committed Dec 19, 2022
1 parent a344959 commit 3a6ce54
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,20 @@ test:php:
- build/docs/
coverage: '/^\s*Lines:\s*\d+.\d+\%/'

test:php-last:
image: registry.gitlab.com/aplus-framework/images/base:3
stage: test
timeout: 10 minutes
cache:
paths:
- vendor/
before_script:
- php -v
- composer update
script:
- vendor/bin/phpunit --colors=never
coverage: '/^\s*Lines:\s*\d+.\d+\%/'

pages:
stage: deploy
timeout: 10 minutes
Expand Down

0 comments on commit 3a6ce54

Please sign in to comment.