Skip to content

Commit a81f9f5

Browse files
committed
Set php matrix
1 parent 3d28fe3 commit a81f9f5

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/static-analysis.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,15 @@ on:
2222

2323
jobs:
2424
static-analysis-phpstan:
25+
2526
name: "Static Analysis with PHPStan"
2627
runs-on: ubuntu-latest
2728

2829
strategy:
30+
fail-fast: true
2931
matrix:
30-
php-version:
31-
- "8.1"
32+
php: [8.1]
33+
stability: [prefer-stable]
3234

3335
steps:
3436
- name: Checkout code

0 commit comments

Comments
 (0)