Skip to content

Commit 9451757

Browse files
committed
reduce static analysis matrix
1 parent 3e2670d commit 9451757

1 file changed

Lines changed: 13 additions & 3 deletions

File tree

.github/workflows/sca.yml

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,19 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
php: ['8.1', '8.2']
16-
laravel: ['9.*', '10.*']
17-
stability: [prefer-lowest, prefer-stable]
15+
include:
16+
- php: '8.1'
17+
laravel: '9.*'
18+
stability: prefer-lowest
19+
- php: '8.2'
20+
laravel: '9.*'
21+
stability: prefer-stable
22+
- php: '8.1'
23+
laravel: '10.*'
24+
stability: prefer-lowest
25+
- php: '8.2'
26+
laravel: '10.*'
27+
stability: prefer-stable
1828

1929
steps:
2030
- name: Checkout code

0 commit comments

Comments
 (0)