Skip to content

Commit 4dcbe69

Browse files
committed
updated tests workflow
1 parent 18ec619 commit 4dcbe69

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

.github/workflows/tests.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,17 @@ jobs:
1010

1111
strategy:
1212
matrix:
13-
php: ['8.0', '8.1']
14-
laravel: [9.*]
13+
php: ['8.0', '8.1', '8.2']
14+
laravel: [9.*, 10.*]
1515
stability: [prefer-lowest, prefer-stable]
1616
include:
1717
- laravel: 9.*
1818
testbench: 7.*
19+
- laravel: 10.*
20+
testbench: 8.*
21+
exclude:
22+
- laravel: 10.*
23+
php: 8.0
1924

2025
steps:
2126
- name: Checkout code

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@
2222
}
2323
],
2424
"require": {
25-
"php": ">=8.0",
25+
"php": "^8.0",
2626
"laravel/framework": "^9.0|^10.0",
2727
"guzzlehttp/guzzle": "^7.4",
2828
"jenssegers/agent": "2.6.*"
2929
},
3030
"require-dev": {
31-
"phpunit/phpunit": "^9.5|^10.0.4",
31+
"phpunit/phpunit": "^9.5|^10.0",
3232
"orchestra/testbench": "^7.4|^8.0"
3333
},
3434
"autoload": {

0 commit comments

Comments
 (0)