Skip to content

Commit 3ef7e3c

Browse files
committed
Changing composer json and Github test action
This reverts commit c197e1a.
1 parent c197e1a commit 3ef7e3c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/run-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ jobs:
1010
matrix:
1111
os: [ubuntu-latest]
1212
php: [8.1]
13-
laravel: [10.*]
13+
laravel: [9.*]
1414
dependency-version: [prefer-lowest, prefer-stable]
1515
include:
16-
- laravel: 10.*
17-
testbench: 8.*
16+
- laravel: 9.*
17+
testbench: 7.*
1818

1919
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }} - ${{ matrix.os }}
2020

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
"php": "^8.1",
1616
"ext-simplexml": "*",
1717
"guzzlehttp/guzzle": "^7.1",
18-
"illuminate/notifications": "^9.0 || ^10.0",
19-
"illuminate/support": "^9.0 || ^10.0"
18+
"illuminate/notifications": "^9.0",
19+
"illuminate/support": "^9.0"
2020
},
2121
"require-dev": {
2222
"friendsofphp/php-cs-fixer": "^3.6",

0 commit comments

Comments
 (0)