Skip to content

Commit f56adbc

Browse files
committed
Fix for build failures:
- Update to correct version of PHP (7.4)
1 parent cb27f72 commit f56adbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/checkout@v2
1818
- uses: shivammathur/setup-php@v2
1919
with:
20-
php-version: '8.4'
20+
php-version: '7.4'
2121

2222
- name: Validate composer.json and composer.lock
2323
run: composer validate

0 commit comments

Comments
 (0)