Skip to content

Commit 2c9f13d

Browse files
authored
Laravel 10.x (#3)
* upgrade deps * update workflow * update workflow * update workflow * update
1 parent b8c0f68 commit 2c9f13d

File tree

2 files changed

+16
-14
lines changed

2 files changed

+16
-14
lines changed

.github/workflows/run-tests.yml

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -17,31 +17,33 @@ jobs:
1717
# Disable testing on windows for now...
1818
# os: [ubuntu-latest, windows-latest]
1919
os: [ubuntu-latest]
20-
php: [7.4, 8.0, 8.1]
21-
laravel: [7.*, 8.*, 9.*]
22-
#stability: [prefer-lowest, prefer-stable]
20+
php: [7.4, 8.0, 8.1, 8.2]
21+
laravel: [7.*, 8.*, 9.*, 10.*]
2322
stability: [prefer-stable]
2423
include:
2524
- laravel: 7.*
2625
testbench: 5.*
2726
- laravel: 8.*
28-
testbench: ^6.6
27+
testbench: 6.*
2928
- laravel: 9.*
3029
testbench: 7.*
31-
# Laravel 7 has no support for PHP 8.1
30+
- laravel: 10.*
31+
testbench: 8.*
3232
exclude:
3333
- laravel: 7.*
3434
php: 8.1
35-
# Older versions of L7 doesn't support PHP 8
3635
- laravel: 7.*
37-
php: 8
38-
stability: prefer-lowest
39-
# Laravel 8 doesn't support PHP 8.1
36+
php: 8.2
4037
- laravel: 8.*
41-
php: 8.1
42-
# Laravel 9 doesn't support < PHP 8
38+
php: 8.1
39+
- laravel: 8.*
40+
php: 8.2
4341
- laravel: 9.*
42+
php: 7.4
43+
- laravel: 10.*
4444
php: 7.4
45+
- laravel: 10.*
46+
php: 8.0
4547

4648
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
4749

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@
1717
],
1818
"require": {
1919
"php": "^7.4|^8.0",
20-
"illuminate/contracts": "^7.0|^8.0|^9.0",
21-
"illuminate/support": "^7.0|^8.0|^9.0"
20+
"illuminate/contracts": "^7.0|^8.0|^9.0|^10.0",
21+
"illuminate/support": "^7.0|^8.0|^9.0|^10.0"
2222
},
2323
"require-dev": {
2424
"friendsofphp/php-cs-fixer": "^3.1",
25-
"orchestra/testbench": "5.*|6.*|7.*",
25+
"orchestra/testbench": "5.*|6.*|7.*|8.*",
2626
"phpunit/phpunit": "^8.4|^9.0"
2727
},
2828
"autoload": {

0 commit comments

Comments
 (0)