Skip to content

Commit 5c9f658

Browse files
committed
Added tests for PHP 8.2.
1 parent 0e8ee91 commit 5c9f658

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
strategy:
1616
matrix:
17-
php-version: ['7.2', '7.3', '7.4', '8.0', '8.1']
17+
php-version: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2']
1818

1919
steps:
2020
- name: Setup PHP ${{ matrix.php-version }}

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"illuminate/support": "^6.0 || ^7.0 || ^8.0 || ^9.0"
1616
},
1717
"require-dev": {
18-
"orchestra/testbench": "^4.0 || ^5.0 || ^6.0 || ^7.0"
18+
"orchestra/testbench": ">=4.0"
1919
},
2020
"autoload": {
2121
"psr-4": {

0 commit comments

Comments
 (0)