Skip to content

Commit 0cdf08e

Browse files
committed
Use PHP 8
1 parent 8600b89 commit 0cdf08e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/update.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@ jobs:
2424
uses: "shivammathur/setup-php@v2"
2525
with:
2626
coverage: "none"
27-
php-version: "7.4"
28-
tools: composer:v2
27+
php-version: "8.0"
2928
- name: "Install dependencies"
3029
run: "composer install"
3130
working-directory: ./extractor

0 commit comments

Comments
 (0)