Skip to content

Commit 2f8adba

Browse files
Fix GH actions
1 parent fee4804 commit 2f8adba

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
fail-fast: true
1414
matrix:
15-
os: [ubuntu-latest, windows-latest]
15+
os: [ubuntu-latest]
1616
php: [8.1, 8.2]
1717
laravel: [9.*, 10.*]
1818
stability: [prefer-lowest, prefer-stable]

phpstan-baseline.neon

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ parameters:
55
count: 1
66
path: src/DiscoverWorkers/ParallelDiscoverWorker.php
77

8+
-
9+
message: "#^Undefined array key \"directories\"$#"
10+
count: 1
11+
path: src/StructureDiscovererServiceProvider.php
12+
813
-
914
message: "#^Unsafe usage of new static\\(\\)\\.$#"
1015
count: 1

0 commit comments

Comments
 (0)