Skip to content

Commit 8531a57

Browse files
authored
Update tests (#13)
* update tests * update testbench version * update github actions
1 parent 15df21a commit 8531a57

File tree

2 files changed

+13
-10
lines changed

2 files changed

+13
-10
lines changed

.github/workflows/main.yml

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,25 +18,28 @@ jobs:
1818
# Disable testing on windows for now...
1919
# os: [ubuntu-latest, windows-latest]
2020
os: [ubuntu-latest]
21-
php: [7.4, 8.0, 8.1]
22-
laravel: [7.*, 8.*, 9.*]
21+
php: [7.4, 8.0, 8.1, 8.2]
22+
laravel: [7.*, 8.*, 9.*, 10.*]
2323
#stability: [prefer-lowest, prefer-stable]
2424
stability: [prefer-stable]
25-
include:
26-
- laravel: 7.*
27-
- laravel: 8.*
28-
- laravel: 9.*
29-
# Laravel 7 has no support for PHP 8.1
3025
exclude:
31-
- laravel: 7.*
32-
php: 8.1
3326
# Older versions of L7 doesn't support PHP 8
3427
- laravel: 7.*
3528
php: 8
3629
stability: prefer-lowest
30+
# Laravel 7 doesn't support 8.1 or 8.2
31+
- laravel: 7.*
32+
php: 8.1
33+
- laravel: 7.*
34+
php: 8.2
3735
# Laravel 9 doesn't support < PHP 8
3836
- laravel: 9.*
3937
php: 7.4
38+
# Laravel 10 doesn't support < PHP 8.1
39+
- laravel: 10.*
40+
php: 7.4
41+
- laravel: 10.*
42+
php: 8.0
4043

4144
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
4245

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"require-dev": {
2121
"friendsofphp/php-cs-fixer": "^3.8",
2222
"mockery/mockery": "^1.5",
23-
"orchestra/testbench": "^5.0|^6.0|^7.0",
23+
"orchestra/testbench": "^5.0|^6.0|^7.0|^8.0",
2424
"phpunit/phpunit": "^8.4|^9.0"
2525
},
2626
"autoload": {

0 commit comments

Comments
 (0)