Skip to content

Commit 44dc6f8

Browse files
committed
Fix PHP 8.4 tests
1 parent 0d8f65b commit 44dc6f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- php: '8.4'
4646
stable: false
4747
coverage: false
48-
composer-flags: ''
48+
composer-flags: '--ignore-platform-req=php'
4949

5050
steps:
5151
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)