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 1fa48a3 commit 4ecba85Copy full SHA for 4ecba85
.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${LARAVEL} - TB${TESTBENCH}
+ name: P${{ matrix.php }} - L${{ matrix.env.LARAVEL }} - TB${{ matrix.env.TESTBENCH }}
30
31
steps:
32
- name: Checkout code
0 commit comments