Skip to content

Commit 4d9a507

Browse files
committed
fix tests
1 parent 0092ec5 commit 4d9a507

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
testbench: 8.*
2323
exclude:
2424
- laravel: 10.*
25-
php: 8.0
25+
php-version: 8.0
2626

2727
steps:
2828
- uses: actions/checkout@v2
@@ -43,7 +43,7 @@ jobs:
4343
path: vendor
4444
key: ${{ runner.os }}-php-${{ matrix.php }}-laravel-${{ matrix.laravel }}-${{ hashFiles('**/composer.lock') }}
4545
restore-keys: |
46-
46+
4747
${{ runner.os }}-php-${{ matrix.php }}-laravel-${{ matrix.laravel }}
4848
- name: Install dependencies
4949
if: steps.composer-cache.outputs.cache-hit != 'true'

0 commit comments

Comments
 (0)