Make sure we test locked dependencies with 7.4 too
parent
21ab2f85bb
commit
54d57fc6e4
|
@ -25,10 +25,16 @@ matrix:
|
||||||
- php: 7.1
|
- php: 7.1
|
||||||
- php: 7.2
|
- php: 7.2
|
||||||
- php: 7.3
|
- php: 7.3
|
||||||
|
# Regular 7.4 build with locked deps
|
||||||
|
- php: 7.4
|
||||||
|
env:
|
||||||
|
- SYMFONY_PHPUNIT_VERSION=7.5
|
||||||
|
# High deps check
|
||||||
- php: 7.4
|
- php: 7.4
|
||||||
env:
|
env:
|
||||||
- deps=high
|
- deps=high
|
||||||
- SYMFONY_PHPUNIT_VERSION=7.5
|
- SYMFONY_PHPUNIT_VERSION=7.5
|
||||||
|
# PHPStan checks
|
||||||
- php: 7.4
|
- php: 7.4
|
||||||
env:
|
env:
|
||||||
- deps=high
|
- deps=high
|
||||||
|
|
Loading…
Reference in New Issue