Skip to content

Commit

Permalink
Fix tests' execution on PHP 7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Wirone committed Nov 2, 2023
1 parent f2c2186 commit 8ea7900
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- operating-system: 'ubuntu-20.04'
php-version: '7.4'
job-description: 'tests with lowest deps'
run-fixer: 'yes'
run-tests: 'yes'
composer-flags: '--prefer-lowest' # should be checked on the lowest supported PHP version
execute-flex-with-symfony-version: '^5' # explicit check for Symfony 5.x compatibility

Expand Down

0 comments on commit 8ea7900

Please sign in to comment.