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 f81f82b commit 76d9bd5Copy full SHA for 76d9bd5
.github/workflows/run-tests.yml
@@ -29,7 +29,7 @@ jobs:
29
laravel: 12.*
30
testbench: 10.*
31
env: ${{ matrix.env }}
32
- name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
+ name: P${{ matrix.php }} - L${laravel} - T${testbench}
33
steps:
34
- name: Checkout code
35
uses: actions/checkout@v4
0 commit comments