diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 0bdad3b..dab05ab 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
- php: [7.4, 7.3, 7.2]
+ php: [7.4, 7.3]
release: [stable, lowest]
include:
- php: 7.4
diff --git a/composer.json b/composer.json
index 6543b93..e827122 100644
--- a/composer.json
+++ b/composer.json
@@ -13,11 +13,11 @@
}
],
"require": {
- "php": "^7.2.5",
- "illuminate/database": "^7.0"
+ "php": "^7.3",
+ "illuminate/database": "^8.0"
},
"require-dev": {
- "phpunit/phpunit": "^8.5"
+ "phpunit/phpunit": "^9.3"
},
"autoload": {
"psr-4": {
diff --git a/phpunit.xml.dist b/phpunit.xml.dist
index 13191b3..89470c2 100644
--- a/phpunit.xml.dist
+++ b/phpunit.xml.dist
@@ -15,9 +15,9 @@
./tests
-
-
+
+
./src
-
-
+
+