Skip to content

Commit 56dabbd

Browse files
committed
Run extractor on PHP 8.3
1 parent 2815238 commit 56dabbd

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

.github/workflows/send-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
uses: "shivammathur/setup-php@v2"
1616
with:
1717
coverage: "none"
18-
php-version: "8.1"
18+
php-version: "8.3"
1919

2020
- name: "Checkout phpstan-src"
2121
uses: actions/checkout@v4

.github/workflows/update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
uses: "shivammathur/setup-php@v2"
2626
with:
2727
coverage: "none"
28-
php-version: "8.1"
28+
php-version: "8.3"
2929
- name: "Install dependencies"
3030
run: "composer install"
3131
working-directory: ./extractor

extractor/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"require": {
3-
"php": "^7.4 || ^8.0",
3+
"php": "^8.3",
44
"symfony/console": "^7.0.0",
55
"symfony/finder": "^7.0",
66
"nikic/php-parser": "^5",

extractor/composer.lock

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)