Skip to content

Commit ff3c3a2

Browse files
Test Matrix Tweaks
1 parent 2a8ac4d commit ff3c3a2

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

.github/workflows/tests.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,19 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
php: [7.3, 7.4, 8.0, 8.1, 8.2]
16-
laravel: [^6.0, ^7.0, ^8.0, ^9.0, ^10.0]
16+
laravel: [^6.0, ^7.0, ^8.0, ^9.0, ^10]
1717
scout: [^7.0, ^8.0, ^9.0]
1818
exclude:
1919
- php: 7.3
2020
laravel: ^9.0
2121
- php: 7.3
22-
laravel: ^10.0
22+
laravel: ^10
2323
- php: 7.4
2424
laravel: ^9.0
2525
- php: 7.4
26-
laravel: ^10.0
26+
laravel: ^10
2727
- php: 8.0
28-
laravel: ^10.0
28+
laravel: ^10
2929
- php: 8.0
3030
scout: ^7.0
3131
- php: 8.1
@@ -46,9 +46,9 @@ jobs:
4646
scout: ^7.0
4747
- laravel: ^9.0
4848
scout: ^8.0
49-
- laravel: ^10.0
49+
- laravel: ^10
5050
scout: ^7.0
51-
- laravel: ^10.0
51+
- laravel: ^10
5252
scout: ^8.0
5353

5454
name: Test PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }} - Scout ${{ matrix.scout }}

composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424
],
2525
"require": {
2626
"php": "^7.3|^8.0|^8.1|^8.2",
27-
"illuminate/contracts": "~6.0|~7.0|~8.0|~9.0|~10.x-dev",
28-
"illuminate/database": "~6.0|~7.0|~8.0|~9.0|~10.x-dev",
29-
"illuminate/support": "~6.0|~7.0|~8.0|~9.0|~10.x-dev",
27+
"illuminate/contracts": "~6.0|~7.0|~8.0|~9.0|^10",
28+
"illuminate/database": "~6.0|~7.0|~8.0|~9.0|^10",
29+
"illuminate/support": "~6.0|~7.0|~8.0|~9.0|^10",
3030
"laravel/scout": "~7.0|~8.0|~9.0"
3131
},
3232
"require-dev": {

0 commit comments

Comments
 (0)