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 9907692 commit 1fa48a3Copy full SHA for 1fa48a3
.github/workflows/run-tests.yml
@@ -26,7 +26,7 @@ jobs:
26
LARAVEL: 12.*
27
TESTBENCH: 10.*
28
env: ${{ matrix.env }}
29
- name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
+ name: P${{ matrix.php }} - L${LARAVEL} - TB${TESTBENCH}
30
31
steps:
32
- name: Checkout code
0 commit comments