Skip to content

Commit

Permalink
Make sure that prophecy is installed
Browse files Browse the repository at this point in the history
  • Loading branch information
W0rma committed Dec 8, 2023
1 parent 8a2510c commit bc3c896
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
env:
SYMFONY_PHPUNIT_REMOVE: '' # don't remove prophecy
SYMFONY_PHPUNIT_REMOVE_RETURN_TYPEHINT: 1
SYMFONY_PHPUNIT_REQUIRE: 'phpspec/prophecy:^1.7'

strategy:
fail-fast: false
Expand All @@ -30,6 +31,7 @@ jobs:
min_stability: [ '' ]
name_suffix: [ '' ]
composer_flags: [ '' ]
symfony_deprecations_helper: [ 'max[total]=0' ]
include:
- php: '8.0'
min_stability: 'dev'
Expand All @@ -38,6 +40,7 @@ jobs:
min_stability: ''
name_suffix: ' (lowest deps)'
composer_flags: '--prefer-lowest --prefer-stable'
symfony_deprecations_helper: '999999'

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit bc3c896

Please sign in to comment.