Skip to content
This repository was archived by the owner on Oct 20, 2025. It is now read-only.

Commit 0ad004d

Browse files
committed
WIP
1 parent f260016 commit 0ad004d

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

.github/workflows/run-tests.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,12 +82,20 @@ jobs:
8282
php artisan storage:link
8383
php artisan migrate:fresh --seed
8484
85+
- name: Prepare L9
86+
if: ${{ matrix.laravel == '9.0' }}
87+
run: |
88+
cd app
89+
rm composer.lock
90+
composer require illuminate/contracts:<9.52 --no-interaction --no-suggest
91+
composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction --no-suggest
92+
8593
- name: Prepare L10
8694
if: ${{ matrix.laravel == '10.0' }}
8795
run: |
8896
cd app
8997
rm composer.lock
90-
composer require spatie/phpunit-snapshot-assertions:^5.0 phpunit/phpunit:^10.0 nunomaduro/collision:^7.0 --no-interaction --no-suggest
98+
composer require illuminate/contracts:<10.17 spatie/phpunit-snapshot-assertions:^5.0 phpunit/phpunit:^10.0 nunomaduro/collision:^7.0 --no-interaction --no-suggest
9199
composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction --no-suggest
92100
93101
- name: Prepare tests

app/composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
"php": "^8.0.2",
1212
"beyondcode/laravel-websockets": "^1.13",
1313
"guzzlehttp/guzzle": "^7.2",
14-
"illuminate/contracts": "<9.42|<10.17",
1514
"kirschbaum-development/eloquent-power-joins": "^2.6",
1615
"laravel/framework": "^9.19",
1716
"laravel/sanctum": "^3.2",

0 commit comments

Comments
 (0)