Skip to content

Commit 680174e

Browse files
author
matt
committed
fix for php version
1 parent 803a827 commit 680174e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/buildchecks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Setup PHP
4040
uses: "shivammathur/setup-php@v2"
4141
with:
42-
php-version: "7.4"
42+
php-version: "8.1"
4343
ini-values: "memory_limit=1G"
4444
coverage: none
4545
tools: cs2pr

0 commit comments

Comments
 (0)