diff --git a/.github/workflows/e2e-tests.yml b/.github/workflows/e2e-tests.yml index 361f5bcd2..11f71659f 100644 --- a/.github/workflows/e2e-tests.yml +++ b/.github/workflows/e2e-tests.yml @@ -24,9 +24,15 @@ jobs: fail-fast: false matrix: include: + - + repository: monicahq/monica + ref: 12a6f08c8ce65eb022f91195a0b1317aed78955d + php-version: "8.2" + config: monicahq-monica.neon + baseline: monicahq-monica.baseline.neon - repository: koel/koel - ref: a6a0edb110dfb5aa56fb8a74d583221cb30a7353 + ref: e2838f3c9e1cf7826227aac450d38bd7fc8843f9 php-version: "8.1" config: koel-koel.neon baseline: koel-koel.baseline.neon @@ -45,9 +51,16 @@ jobs: config: canvural-larastan-strict-rules.neon baseline: canvural-larastan-strict-rules.baseline.neon + - + repository: filamentphp/filament + ref: c3501678694b43b416143fe68fb305acdb575a4d + php-version: "8.2" + config: filamentphp-filament.neon + baseline: filamentphp-filament.baseline.neon + steps: - name: "Checkout" - uses: "actions/checkout@v3" + uses: "actions/checkout@v4" with: path: "larastan" @@ -58,7 +71,7 @@ jobs: php-version: "${{ matrix.php-version }}" - name: "Checkout dependent repo" - uses: "actions/checkout@v3" + uses: "actions/checkout@v4" with: repository: "${{ matrix.repository }}" ref: "${{ matrix.ref }}" diff --git a/e2e/filamentphp-filament.baseline.neon b/e2e/filamentphp-filament.baseline.neon new file mode 100644 index 000000000..661738be0 --- /dev/null +++ b/e2e/filamentphp-filament.baseline.neon @@ -0,0 +1,16 @@ +parameters: + ignoreErrors: + - + message: "#^Call to function is_null\\(\\) with mixed will always evaluate to false\\.$#" + count: 1 + path: ../../e2e/packages/forms/src/Commands/MakeFormCommand.php + + - + message: "#^Variable \\$modifyQueryUsing on left side of \\?\\? always exists and is not nullable\\.$#" + count: 1 + path: ../../e2e/packages/panels/src/Commands/MakePageCommand.php + + - + message: "#^Call to function is_null\\(\\) with mixed will always evaluate to false\\.$#" + count: 1 + path: ../../e2e/packages/panels/src/Commands/MakeResourceCommand.php diff --git a/e2e/filamentphp-filament.neon b/e2e/filamentphp-filament.neon new file mode 100644 index 000000000..d16cd1414 --- /dev/null +++ b/e2e/filamentphp-filament.neon @@ -0,0 +1,3 @@ +includes: + - ../../e2e/phpstan.neon.dist + - filamentphp-filament.baseline.neon diff --git a/e2e/koel-koel.baseline.neon b/e2e/koel-koel.baseline.neon index bce95d815..8b413ed11 100644 --- a/e2e/koel-koel.baseline.neon +++ b/e2e/koel-koel.baseline.neon @@ -47,7 +47,7 @@ parameters: - message: "#^Call to an undefined method Illuminate\\\\Database\\\\Eloquent\\\\Builder\\:\\:withMeta\\(\\)\\.$#" - count: 14 + count: 15 path: ../../e2e/app/Repositories/SongRepository.php - diff --git a/e2e/monicahq-chandler.baseline.neon b/e2e/monicahq-monica.baseline.neon similarity index 100% rename from e2e/monicahq-chandler.baseline.neon rename to e2e/monicahq-monica.baseline.neon diff --git a/e2e/monicahq-chandler.neon b/e2e/monicahq-monica.neon similarity index 84% rename from e2e/monicahq-chandler.neon rename to e2e/monicahq-monica.neon index b14083dd5..3ba81fa66 100644 --- a/e2e/monicahq-chandler.neon +++ b/e2e/monicahq-monica.neon @@ -1,6 +1,6 @@ includes: - ../../e2e/phpstan.neon - - monicahq-chandler.baseline.neon + - monicahq-monica.baseline.neon parameters: ignoreErrors: - '#^Property App\\.+ \(never\) does not accept mixed\.$#'