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 c58dddc commit f610cd0Copy full SHA for f610cd0
.github/workflows/run-tests.yml
@@ -12,15 +12,15 @@ jobs:
12
strategy:
13
fail-fast: true
14
matrix:
15
- os: [ubuntu-latest, windows-latest]
+ os: [ubuntu-latest]
16
php: [8.0, 8.1]
17
laravel: [8.*]
18
stability: [prefer-lowest, prefer-stable]
19
include:
20
- laravel: 8.*
21
testbench: ^6.6
22
23
- name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
+ name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }} - ${{ matrix.stability }}
24
25
steps:
26
- name: Checkout code
0 commit comments