diff --git a/.github/workflows/e2e-tests.yaml b/.github/workflows/e2e-tests.yaml index 722105d0..3aca4599 100644 --- a/.github/workflows/e2e-tests.yaml +++ b/.github/workflows/e2e-tests.yaml @@ -140,7 +140,7 @@ jobs: run: sudo apt-get install -y tree - name: Run e2e ${{ matrix.e2e }} - run: make ${{ matrix.e2e }} --debug + run: make ${{ matrix.e2e }} # Most of the job definitions come from https://github.com/sebastianbergmann/phpunit/blob/main/.github/workflows/ci.yml#L228 diff --git a/fixtures/set027-laravel/expected-output b/fixtures/set027-laravel/expected-output index 45aa15b6..1004469b 100644 --- a/fixtures/set027-laravel/expected-output +++ b/fixtures/set027-laravel/expected-output @@ -1 +1 @@ -Laravel Framework 9.45.1 +Laravel Framework 9.52.16