diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index c1b3b48..5794746 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -12,14 +12,14 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
- php: [8.4, 8.3, 8.2]
- laravel: [^12.0, ^11.0]
+ php: [8.4, 8.3]
+ laravel: [^13.0, ^12.0]
dependency-version: [prefer-lowest, prefer-stable]
include:
- - laravel: ^11.0
- testbench: ^9.0
- laravel: ^12.0
testbench: ^10.0
+ - laravel: ^13.0
+ testbench: ^11.0
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }} - ${{ matrix.os }}
diff --git a/composer.json b/composer.json
index 9b7c3e3..3347b44 100644
--- a/composer.json
+++ b/composer.json
@@ -20,12 +20,12 @@
}
],
"require": {
- "php": "^8.0",
- "illuminate/support": "^11.0|^12.0",
- "illuminate/console": "^11.0|^12.0"
+ "php": "^8.3",
+ "illuminate/support": "^12.0|^13.0",
+ "illuminate/console": "^12.0|^13.0"
},
"require-dev": {
- "orchestra/testbench": "^9.0|^10.0",
+ "orchestra/testbench": "^10.0|^11.0",
"phpunit/phpunit": "^11.0",
"roave/security-advisories": "dev-master"
},
diff --git a/phpunit.xml b/phpunit.xml
index 9a91eab..11c433c 100644
--- a/phpunit.xml
+++ b/phpunit.xml
@@ -9,11 +9,6 @@
./tests/Unit
-
-
- ./app
-
-