mirror of
https://github.com/chillerlan/php-qrcode.git
synced 2026-08-25 01:17:55 +00:00
:octocat:
This commit is contained in:
@@ -31,7 +31,7 @@ jobs:
|
||||
- "8.2"
|
||||
- "8.3"
|
||||
- "8.4"
|
||||
# - "8.5"
|
||||
- "8.5"
|
||||
|
||||
env:
|
||||
PHAN_ALLOW_XDEBUG: 0
|
||||
@@ -45,7 +45,7 @@ jobs:
|
||||
uses: shivammathur/setup-php@v2
|
||||
with:
|
||||
php-version: ${{ matrix.php-version }}
|
||||
extensions: ast, ${{ env.PHP_EXTENSIONS }}
|
||||
extensions: ast-1.1.3, var_representation, ${{ env.PHP_EXTENSIONS }}
|
||||
ini-values: ${{ env.PHP_INI_VALUES }}
|
||||
coverage: none
|
||||
|
||||
|
||||
+1
-1
@@ -54,7 +54,7 @@
|
||||
"require-dev": {
|
||||
"ext-fileinfo": "*",
|
||||
"chillerlan/php-authenticator": "^4.3.1 || ^5.2.1",
|
||||
"phan/phan": "^5.5.1",
|
||||
"phan/phan": "^5.5.1 || 6.0.0-beta",
|
||||
"phpcompatibility/php-compatibility": "10.x-dev",
|
||||
"phpunit/phpunit": "^9.6",
|
||||
"phpmd/phpmd": "^2.15",
|
||||
|
||||
Reference in New Issue
Block a user