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

Commit 12a9cb1

Browse files
Merge branch 'main' into RichardStyles/main
2 parents 377f879 + 7d80942 commit 12a9cb1

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
php: [7.4, 7.3]
15+
php: [8.0, 7.4, 7.3]
1616
laravel: [^8.0]
1717
dependency-version: [prefer-lowest, prefer-stable]
1818
os: [ubuntu-latest]

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@
1111
}
1212
],
1313
"require": {
14-
"php": "^7.3",
15-
"illuminate/container": "^8.0",
16-
"illuminate/contracts": "^8.0",
17-
"illuminate/database": "^8.0",
14+
"php": "^7.3|^8.0",
15+
"illuminate/container": "^8.12",
16+
"illuminate/contracts": "^8.12",
17+
"illuminate/database": "^8.12",
1818
"ramsey/uuid": "^4.1"
1919
},
2020
"require-dev": {
2121
"phpunit/phpunit": "^9.3",
22-
"mockery/mockery": "^1.3.1",
22+
"mockery/mockery": "^1.4.2",
2323
"orchestra/testbench": "^6.0"
2424
},
2525
"autoload": {

0 commit comments

Comments
 (0)