We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee9881c commit 0ede7c9Copy full SHA for 0ede7c9
.github/workflows/send-pr.yml
@@ -15,7 +15,7 @@ jobs:
15
uses: "shivammathur/setup-php@v2"
16
with:
17
coverage: "none"
18
- php-version: "8.0"
+ php-version: "8.1"
19
20
- name: "Checkout phpstan-src"
21
uses: actions/checkout@v3
.github/workflows/update.yml
@@ -25,7 +25,7 @@ jobs:
25
26
27
28
29
- name: "Install dependencies"
30
run: "composer install"
31
working-directory: ./extractor
0 commit comments