Skip to content

Commit 1a4ea8b

Browse files
committed
Use recent version of PHP for PHPBench
Hopefully it will be easier to install
1 parent f081eae commit 1a4ea8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/phpbench.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
strategy:
2222
matrix:
2323
php-version:
24-
- "7.1"
24+
- "7.4"
2525

2626
steps:
2727
- name: "Checkout"

0 commit comments

Comments
 (0)