Explorer
home
/
zoteqbgb
/
public_html
/
vendor
/
mollie
/
laravel-mollie
/
.github
/
workflows
Location:
/home/zoteqbgb/public_html/vendor/mollie/laravel-mollie/.github/workflows
Root path:
/home/zoteqbgb/public_html/config/676626
Editing: tests.yml
name: tests on: push: pull_request: schedule: - cron: '0 0 * * *' jobs: tests: runs-on: ubuntu-latest strategy: fail-fast: true matrix: php: ['8.0', '8.1', '8.2'] laravel: ['9.0', '10.0'] exclude: - laravel: '10.0' php: '8.0' name: P${{ matrix.php }} - L${{ matrix.laravel }} steps: - name: Checkout code uses: actions/checkout@v3 - name: Setup PHP uses: shivammathur/setup-php@v2 with: php-version: ${{ matrix.php }} extensions: dom, curl, libxml, mbstring, zip tools: composer:v2 coverage: none - name: Install dependencies run: | composer require "illuminate/contracts=^${{ matrix.laravel }}" --no-update composer update --prefer-dist --no-interaction --no-progress - name: Execute tests run: vendor/bin/phpunit
Save maftirs
Upload
Start Upload
New File
Create File
New Folder
Create Folder
Directory Contents
Name
Size
Perms
Modified
Actions
pint.yml
527 bytes
0644
2023-07-31 18:36
âï¸
ðï¸
Rename
tests.yml
932 bytes
0644
2023-07-31 18:36
âï¸
ðï¸
Rename
Chang
Apply