workflow refactor

pull/702/head
fadrian06 2 days ago
parent 4e8402ece0
commit b068acae84

@ -12,13 +12,14 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
fetch-depth: 0
- uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php }}
extensions: curl, mbstring, pdo_sqlite, fileinfo
extensions: mbstring, pdo_sqlite, fileinfo
tools: composer:v2
- run: composer install
- run: composer test
- run: |
composer install --no-progress --no-ansi -n
composer test -- --colors=never --no-interaction

@ -45,6 +45,8 @@
}
},
"require-dev": {
"ext-mbstring": "*",
"ext-fileinfo": "*",
"ext-pdo_sqlite": "*",
"flightphp/container": "^1.3",
"flightphp/runway": "^1.2",

Loading…
Cancel
Save