We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa9cfa6 commit c28ec30Copy full SHA for c28ec30
.github/workflows/phpunit.yml
@@ -11,7 +11,7 @@ jobs:
11
php: [ "7.3", "7.4", "8.0" ]
12
laravel: [ "6.0", "7.0", "8.0" ]
13
14
- name: PHP ${{ matrix.php }}
+ name: PHP ${{ matrix.php }}, Laravel ${{ matrix.laravel }}
15
16
steps:
17
- name: Checkout code
0 commit comments