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:
|
strategy:
|
||||||
fail-fast: true
|
fail-fast: true
|
||||||
matrix:
|
matrix:
|
||||||
php: [ '8.0', '8.1', '8.2', '8.3' ]
|
php: [ '8.0', '8.1', '8.2', '8.3', '8.4' ]
|
||||||
stability: [ 'stable', 'lowest' ]
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
@@ -61,7 +60,7 @@ jobs:
|
|||||||
${{ runner.os }}-php-
|
${{ runner.os }}-php-
|
||||||
|
|
||||||
- name: Install Dependencies (prefer-${{ matrix.stability }})
|
- 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
|
- name: Configure matchers
|
||||||
uses: mheap/phpunit-matcher-action@v1
|
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