Skip to content

Commit

Permalink
Merge pull request #9318 from lptn/assert-on-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
weirdan committed Feb 17, 2023
2 parents e4fa5b5 + 86fe34b commit d6c47ae
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/shepherd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ jobs:
- uses: shivammathur/setup-php@v2
with:
php-version: '8.2'
ini-values: zend.assertions=1
tools: composer:v2
coverage: none

- name: Install dependencies
run: composer install --prefer-dist --no-progress --no-suggest
Expand Down

0 comments on commit d6c47ae

Please sign in to comment.