Skip to content

Commit

Permalink
feat: drop support for php < 8.1,
Browse files Browse the repository at this point in the history
drop support for symfony < 5.4,
  • Loading branch information
Chris8934 committed Jan 23, 2024
1 parent a606bb3 commit 4b4092c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:

- name: Install dependencies
run: |
composer require "friends-of-phpspec/phpspec-code-coverage:^4.3.2" --no-interaction --no-update
composer require "friends-of-phpspec/phpspec-code-coverage:^6.3" --no-interaction --no-update
composer update --prefer-dist --no-interaction --no-progress
- name: Execute tests
Expand Down

0 comments on commit 4b4092c

Please sign in to comment.