Skip to content

Commit d1eacc1

Browse files
committed
🚿 not yet
1 parent b0fb84f commit d1eacc1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- "7.4"
2626
- "8.0"
2727
- "8.1"
28-
- "8.2"
28+
# - "8.2"
2929

3030
env:
3131
PHAN_ALLOW_XDEBUG: 0
@@ -61,7 +61,7 @@ jobs:
6161
- name: "Install PHP"
6262
uses: shivammathur/setup-php@v2
6363
with:
64-
php-version: "8.0"
64+
php-version: "8.1"
6565
coverage: none
6666
tools: phpDocumentor
6767
extensions: gd, imagick, json, mbstring
@@ -91,7 +91,7 @@ jobs:
9191
- "7.4"
9292
- "8.0"
9393
- "8.1"
94-
- "8.2"
94+
# - "8.2"
9595

9696
steps:
9797
- name: "Checkout"

0 commit comments

Comments
 (0)