Skip to content
This repository was archived by the owner on Dec 5, 2025. It is now read-only.

Commit 4916670

Browse files
committed
php 8.4 required
1 parent 3916082 commit 4916670

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Setup PHP environment
1515
uses: shivammathur/setup-php@v2
1616
- name: Install dependencies
17-
run: composer install
17+
run: composer install --ignore-platform-reqs
1818
- name: PHPCSFixer check
1919
run: composer check-style
2020
phpunit:

0 commit comments

Comments
 (0)