Skip to content

Commit 1495a15

Browse files
authored
Merge pull request rebing#962 from rebing/mp-misc-fixes
2 parents 8567827 + e4f42ba commit 1495a15

File tree

4 files changed

+15
-0
lines changed

4 files changed

+15
-0
lines changed

.github/workflows/integration_tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ jobs:
4242
laravel: ^6.0
4343
- php: 8.1
4444
laravel: ^6.0
45+
- php: 8.2
46+
laravel: ^6.0
4547
name: P=${{ matrix.php }} L=${{ matrix.laravel }}
4648
runs-on: ubuntu-latest
4749
env:

.github/workflows/tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ jobs:
4343
laravel: ^6.0
4444
- php: 8.1
4545
laravel: ^6.0
46+
- php: 8.2
47+
laravel: ^6.0
4648
name: P=${{ matrix.php }} L=${{ matrix.laravel }} Lazy types=${{ matrix.lazy_types }}
4749
runs-on: ubuntu-latest
4850
env:

phpstan-baseline.neon

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1215,6 +1215,11 @@ parameters:
12151215
count: 1
12161216
path: tests/TestCase.php
12171217

1218+
-
1219+
message: "#^Parameter \\#1 \\$laravel of method Illuminate\\\\Console\\\\Command\\:\\:setLaravel\\(\\) expects Illuminate\\\\Contracts\\\\Container\\\\Container, Illuminate\\\\Foundation\\\\Application\\|null given\\.$#"
1220+
count: 1
1221+
path: tests/TestCase.php
1222+
12181223
-
12191224
message: "#^Property Rebing\\\\GraphQL\\\\Tests\\\\TestCase\\:\\:\\$data has no type specified\\.$#"
12201225
count: 1

phpstan.neon.dist

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,10 @@ parameters:
3030
-
3131
path: tests/*
3232
message: '/Cannot access property \$[a-z]+ on Rebing\\GraphQL\\Tests\\Support\\Models\\[A-Za-z]+\|null./'
33+
-
34+
path: tests/*
35+
message: '/Cannot call method make\(\) on Illuminate\\Foundation\\Application\|null\./'
36+
-
37+
path: tests/*
38+
message: "/Offset 'config' does not exist on Illuminate.*Application\\|null./"
3339
reportUnmatchedIgnoredErrors: true

0 commit comments

Comments
 (0)