Skip to content

Commit 327f856

Browse files
committed
Added 7.2 and 7.3 php versions to the jobs matrix
1 parent fc8f1c1 commit 327f856

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/run-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
fail-fast: true
2525
matrix:
2626
os: [ubuntu-latest]
27-
php: [7.4, 8.0]
27+
php: [7.2, 7.3, 7.4, 8.0]
2828
laravel: [7.*, 8.*]
2929
stability: [prefer-stable]
3030
include:
@@ -33,7 +33,7 @@ jobs:
3333
- laravel: 7.*
3434
testbench: ^5.0
3535

36-
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
36+
name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }} - Testbench ${{ matrix.testbench }}
3737

3838
steps:
3939
- name: Checkout code
@@ -57,4 +57,4 @@ jobs:
5757
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
5858
5959
- name: Execute tests
60-
run: vendor/bin/phpunit
60+
run: composer run-script test

0 commit comments

Comments
 (0)