Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -531,6 +531,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php-version: ["8.2"]
include:
- script: "bin/phpstan analyse -l 8 -a tests/e2e/data/timecop.php -c tests/e2e/data/empty.neon tests/e2e/data/timecop.php"
tools: "pecl"
Expand Down Expand Up @@ -616,6 +617,7 @@ jobs:
- script: |
cd e2e/bug13425
timeout 15 ../bashunit -a exit_code "1" "../../bin/phpstan analyze src/ plugins/"
php-version: "8.3"
- script: |
cd e2e/bug-14036
composer install
Expand Down Expand Up @@ -660,7 +662,7 @@ jobs:
uses: "shivammathur/setup-php@f3e473d116dcccaddc5834248c87452386958240" # 2.37.2
with:
coverage: "none"
php-version: "8.2"
php-version: ${{ matrix.php-version }}
tools: ${{ matrix.tools }}
extensions: ${{ matrix.extensions }}

Expand Down
Loading