Skip to content

Commit

Permalink
Run extractor on PHP 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed Feb 19, 2024
1 parent 2815238 commit 56dabbd
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/send-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: "shivammathur/setup-php@v2"
with:
coverage: "none"
php-version: "8.1"
php-version: "8.3"

- name: "Checkout phpstan-src"
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
uses: "shivammathur/setup-php@v2"
with:
coverage: "none"
php-version: "8.1"
php-version: "8.3"
- name: "Install dependencies"
run: "composer install"
working-directory: ./extractor
Expand Down
2 changes: 1 addition & 1 deletion extractor/composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"require": {
"php": "^7.4 || ^8.0",
"php": "^8.3",
"symfony/console": "^7.0.0",
"symfony/finder": "^7.0",
"nikic/php-parser": "^5",
Expand Down
18 changes: 9 additions & 9 deletions extractor/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 56dabbd

Please sign in to comment.