forked from aslan/applicant-site
prodV1 #2
|
@ -14,7 +14,7 @@ jobs:
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
php-version: [ '8.2' ]
|
php-version: [ '8.3' ]
|
||||||
node-version: ['20.x']
|
node-version: ['20.x']
|
||||||
composer-version: ['2.6.6']
|
composer-version: ['2.6.6']
|
||||||
|
|
||||||
|
@ -25,7 +25,6 @@ jobs:
|
||||||
uses: shivammathur/setup-php@v2
|
uses: shivammathur/setup-php@v2
|
||||||
with:
|
with:
|
||||||
php-version: ${{ matrix.php-version }}
|
php-version: ${{ matrix.php-version }}
|
||||||
coverage: xdebug
|
|
||||||
extensions: mbstring, iconv, fileinfo, intl, sqlite, pdo_sqlite, gd
|
extensions: mbstring, iconv, fileinfo, intl, sqlite, pdo_sqlite, gd
|
||||||
tools: composer:${{ matrix.composer-version }}
|
tools: composer:${{ matrix.composer-version }}
|
||||||
env:
|
env:
|
||||||
|
|
Loading…
Reference in New Issue