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 b0fb84f commit d1eacc1Copy full SHA for d1eacc1
.github/workflows/tests.yml
@@ -25,7 +25,7 @@ jobs:
25
- "7.4"
26
- "8.0"
27
- "8.1"
28
- - "8.2"
+# - "8.2"
29
30
env:
31
PHAN_ALLOW_XDEBUG: 0
@@ -61,7 +61,7 @@ jobs:
61
- name: "Install PHP"
62
uses: shivammathur/setup-php@v2
63
with:
64
- php-version: "8.0"
+ php-version: "8.1"
65
coverage: none
66
tools: phpDocumentor
67
extensions: gd, imagick, json, mbstring
@@ -91,7 +91,7 @@ jobs:
91
92
93
94
95
96
steps:
97
- name: "Checkout"
0 commit comments