Skip to content

Commit

Permalink
Do not build in 7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
arokettu committed Jan 14, 2023
1 parent 3c59073 commit fde2fce
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,20 +28,15 @@ cache:
- vendor/bin/phpunit

# lowest version with the lowest dependencies
test-7.1-lowest:
test-7.2-lowest:
extends: .test
stage: test
image: php:7.1
image: php:7.2
script:
- composer update --prefer-lowest
- vendor/bin/phpunit

# lowest version
test-7.1:
extends: .test
stage: test
image: php:7.1

test-7.2:
extends: .test
stage: test
Expand Down

0 comments on commit fde2fce

Please sign in to comment.