mirror of
https://github.com/chillerlan/php-qrcode.git
synced 2026-08-30 12:07:32 +00:00
🚒 still not ready
This commit is contained in:
@@ -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
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user