🚒 still not ready

This commit is contained in:
smiley
2025-11-01 19:30:11 +01:00
parent c13dd13df3
commit 53585226a5
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -32,7 +32,7 @@ jobs:
- "8.2"
- "8.3"
- "8.4"
- "8.5"
# - "8.5"
steps:
- name: "Checkout"
@@ -42,7 +42,7 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php-version }}
extensions: ast-1.1.3, ${{ env.PHP_EXTENSIONS }}
extensions: ast, ${{ env.PHP_EXTENSIONS }}
ini-values: ${{ env.PHP_INI_VALUES }}
coverage: none
+1 -1
View File
@@ -55,7 +55,7 @@
"ext-fileinfo": "*",
"chillerlan/php-authenticator": "^5.2.1",
"intervention/image": "^3.11",
"phan/phan": "v6.x-dev",
"phan/phan": "^5.5.2",
"phpbench/phpbench": "^1.4",
"phpunit/phpunit": "^11.5",
"phpmd/phpmd": "^2.15",