fix ci
This commit is contained in:
parent
ceef0fe966
commit
edb4a2b383
|
@ -14,7 +14,7 @@ jobs:
|
|||
|
||||
strategy:
|
||||
matrix:
|
||||
php-version: [ '8.2' ]
|
||||
php-version: [ '8.3' ]
|
||||
node-version: ['20.x']
|
||||
composer-version: ['2.6.6']
|
||||
|
||||
|
@ -25,7 +25,6 @@ jobs:
|
|||
uses: shivammathur/setup-php@v2
|
||||
with:
|
||||
php-version: ${{ matrix.php-version }}
|
||||
coverage: xdebug
|
||||
extensions: mbstring, iconv, fileinfo, intl, sqlite, pdo_sqlite, gd
|
||||
tools: composer:${{ matrix.composer-version }}
|
||||
env:
|
||||
|
|
Loading…
Reference in New Issue