Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 2f5695f

Browse files
committed
Updated tests.yml
1 parent c5023b0 commit 2f5695f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ jobs:
1616
strategy:
1717
fail-fast: true
1818
matrix:
19-
php: [7.3, 7.4, 8.0]
20-
laravel: [^7.0, ^8.0]
19+
php: [7.3, 7.4, 8.0, 8.1]
20+
laravel: [^7.0, ^8.0, ^9.0]
2121

2222
name: PHP v${{ matrix.php }} - Laravel v${{ matrix.laravel }}
2323

@@ -42,4 +42,4 @@ jobs:
4242
run: composer require "illuminate/contracts=${{ matrix.laravel }}" --prefer-dist --no-interaction
4343

4444
- name: Execute tests
45-
run: vendor/bin/phpunit --verbose
45+
run: vendor/bin/phpunit --verbose

0 commit comments

Comments
 (0)