Skip to content

Commit 52b3348

Browse files
authored
Merge pull request #49 from barryvdh/test-8.2
Update run-tests.yml
2 parents 8944ffa + fe9b35e commit 52b3348

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/run-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
strategy:
2121
matrix:
22-
php: [8.1, 8.0, 7.4, 7.3]
22+
php: [8.2, 8.1, 8.0, 7.4, 7.3]
2323
laravel: [9.*]
2424
dependency-version: [prefer-lowest, prefer-stable]
2525
exclude:
@@ -52,4 +52,4 @@ jobs:
5252
composer update --prefer-dist --no-progress
5353
5454
- name: Execute Unit Tests
55-
run: vendor/bin/phpunit
55+
run: vendor/bin/phpunit

0 commit comments

Comments
 (0)