Skip to content

Commit e6e0f7a

Browse files
committed
Merge branch 'release/v1.1.1'
2 parents 19d9983 + 5c9f658 commit e6e0f7a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/test.yml

+3-3
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 }}
@@ -23,7 +23,7 @@ jobs:
2323
php-version: ${{ matrix.php-version }}
2424

2525
- name: Checkout
26-
uses: actions/checkout@v2
26+
uses: actions/checkout@v3
2727

2828
- name: Install dependencies
2929
run: composer install --quiet --no-ansi --prefer-dist --no-progress --no-interaction
@@ -32,7 +32,7 @@ jobs:
3232
run: vendor/bin/phpunit --coverage-clover=coverage.xml
3333

3434
- name: Upload coverage to Codecov
35-
uses: codecov/codecov-action@v2
35+
uses: codecov/codecov-action@v3
3636
with:
3737
token: ${{ secrets.CODECOV_TOKEN }}
3838
files: ./coverage.xml

composer.json

+1-1
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)