Skip to content

Commit 4b4092c

Browse files
committed
feat: drop support for php < 8.1,
drop support for symfony < 5.4,
1 parent a606bb3 commit 4b4092c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107

108108
- name: Install dependencies
109109
run: |
110-
composer require "friends-of-phpspec/phpspec-code-coverage:^4.3.2" --no-interaction --no-update
110+
composer require "friends-of-phpspec/phpspec-code-coverage:^6.3" --no-interaction --no-update
111111
composer update --prefer-dist --no-interaction --no-progress
112112
113113
- name: Execute tests

0 commit comments

Comments
 (0)