mirror of
https://github.com/nullthoughts/laravel-data-sync.git
synced 2026-01-26 03:34:02 +00:00
fix(ci): phpunit action fixes, added php 8.4
This commit is contained in:
5
.github/workflows/phpunit.yml
vendored
5
.github/workflows/phpunit.yml
vendored
@@ -19,8 +19,7 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: true
|
||||
matrix:
|
||||
php: [ '8.0', '8.1', '8.2', '8.3' ]
|
||||
stability: [ 'stable', 'lowest' ]
|
||||
php: [ '8.0', '8.1', '8.2', '8.3', '8.4' ]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
@@ -61,7 +60,7 @@ jobs:
|
||||
${{ runner.os }}-php-
|
||||
|
||||
- name: Install Dependencies (prefer-${{ matrix.stability }})
|
||||
run: composer install -q --no-ansi --no-interaction --no-scripts --no-progress --prefer-${{ matrix.stability }}
|
||||
run: composer install -q --no-ansi --no-interaction --no-scripts --no-progress
|
||||
|
||||
- name: Configure matchers
|
||||
uses: mheap/phpunit-matcher-action@v1
|
||||
|
||||
679
composer.lock
generated
679
composer.lock
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user