Skip to content

Commit a959542

Browse files
author
denisp22
committed
Update tests.yml
1 parent 8f26dc7 commit a959542

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
@@ -4,19 +4,19 @@ on: [push, pull_request, workflow_dispatch]
44

55
jobs:
66
tests:
7+
name: PHP ${{ matrix.php }}, Laravel ${{ matrix.laravel }}, ${{ matrix.dependency-version }}
78
runs-on: ubuntu-latest
89
strategy:
910
fail-fast: false
1011
matrix:
11-
php: [7.4]
12-
laravel: [6.*, 7.*]
12+
php: [7.4, 8.0]
13+
laravel: [6.*, 7.*, 8.*]
1314
dependency-version: [prefer-lowest, prefer-stable]
1415
include:
1516
- laravel: 6.*
1617
testbench: 4.*
1718
- laravel: 7.*
1819
testbench: 5.*
19-
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }}
2020
steps:
2121
- name: Checkout Code
2222
uses: actions/checkout@v2

0 commit comments

Comments
 (0)