We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c39239 commit 1d72650Copy full SHA for 1d72650
3 files changed
.github/workflows/phpstan.yml
@@ -22,10 +22,11 @@ jobs:
22
- "8.2"
23
- "8.3"
24
- "8.4"
25
+ - "8.5"
26
27
steps:
28
- name: "Checkout"
- uses: "actions/checkout@v2"
29
+ uses: "actions/checkout@v6"
30
31
- name: "Install PHP"
32
uses: "shivammathur/setup-php@v2"
.github/workflows/tests-code-coverage.yml
@@ -21,7 +21,7 @@ jobs:
21
.github/workflows/tests.yml
@@ -20,10 +20,11 @@ jobs:
20
0 commit comments