Skip to content

Commit 59cd44e

Browse files
committed
chore: add Laravel 9.x support
1 parent c8778df commit 59cd44e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
fail-fast: true
1313
matrix:
14-
php: [7.3, 7.4, 8.0]
14+
php: [7.3, 7.4, 8.0, 8.1]
1515

1616
name: PHP ${{ matrix.php }}
1717

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@
1313
],
1414
"require": {
1515
"php": "^7.2|^8.0",
16-
"illuminate/notifications": "^5.3|^6.0|^7.0|^8.0",
17-
"illuminate/support": "^5.1|^6.0|^7.0|^8.0",
16+
"illuminate/notifications": "^5.3|^6.0|^7.0|^8.0|^9.0",
17+
"illuminate/support": "^5.1|^6.0|^7.0|^8.0|^9.0",
1818
"minishlink/web-push": "^6.0"
1919
},
2020
"require-dev": {
2121
"mockery/mockery": "~1.0",
22-
"orchestra/testbench": "^4.0",
23-
"phpunit/phpunit": "^8.5"
22+
"orchestra/testbench": "^4.0|^5.0|^6.0|^7.0",
23+
"phpunit/phpunit": "^8.5|^9.0"
2424
},
2525
"autoload": {
2626
"psr-4": {

0 commit comments

Comments
 (0)