Skip to content

Commit

Permalink
Create a branch for Laravel 9 support
Browse files Browse the repository at this point in the history
  • Loading branch information
Kurt Friars committed Oct 22, 2024
1 parent 60030a9 commit 6788ad2
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 16 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ jobs:
fail-fast: true
matrix:
os: [ubuntu-latest]
php: [8.2, 8.3]
laravel: [^10, ^11]
php: [8.1]
laravel: [^9]
stability: [prefer-lowest, prefer-stable]


Expand Down Expand Up @@ -53,8 +53,8 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
php: [8.3]
laravel: [^11]
php: [8.1]
laravel: [^9]
stability: [prefer-stable]

steps:
Expand Down
13 changes: 6 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,14 @@
"require": {
"php": "^8.1",
"spatie/laravel-package-tools": "^1.14.0",
"illuminate/contracts": "^10|^11"
"illuminate/contracts": "^9"
},
"require-dev": {
"laravel/pint": "^1.0",
"nunomaduro/collision": "^8.1.1||^7.10.0",
"orchestra/testbench": "^9.0.0||^8.22.0",
"pestphp/pest": "^2.20",
"pestphp/pest-plugin-arch": "^2.0",
"pestphp/pest-plugin-laravel": "^2.0",
"nunomaduro/collision": "^6.0",
"orchestra/testbench": "^7.0",
"pestphp/pest": "^1.23",
"pestphp/pest-plugin-laravel": "^1.4",
"phpstan/extension-installer": "^1.1",
"phpstan/phpstan-deprecation-rules": "^1.0",
"phpstan/phpstan-phpunit": "^1.0"
Expand Down Expand Up @@ -80,4 +79,4 @@
},
"minimum-stability": "dev",
"prefer-stable": true
}
}
5 changes: 0 additions & 5 deletions tests/Arch/ArchTest.php

This file was deleted.

0 comments on commit 6788ad2

Please sign in to comment.