Skip to content

Commit 77fc5bc

Browse files
committed
End-to-End tests: Support different php versions per case
1 parent b88ca9c commit 77fc5bc

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/e2e-tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -531,6 +531,7 @@ jobs:
531531
strategy:
532532
fail-fast: false
533533
matrix:
534+
php-version: ["8.2"]
534535
include:
535536
- script: "bin/phpstan analyse -l 8 -a tests/e2e/data/timecop.php -c tests/e2e/data/empty.neon tests/e2e/data/timecop.php"
536537
tools: "pecl"
@@ -616,6 +617,7 @@ jobs:
616617
- script: |
617618
cd e2e/bug13425
618619
timeout 15 ../bashunit -a exit_code "1" "../../bin/phpstan analyze src/ plugins/"
620+
php-version: "8.3"
619621
- script: |
620622
cd e2e/bug-14036
621623
composer install
@@ -660,7 +662,7 @@ jobs:
660662
uses: "shivammathur/setup-php@f3e473d116dcccaddc5834248c87452386958240" # 2.37.2
661663
with:
662664
coverage: "none"
663-
php-version: "8.2"
665+
php-version: ${{ matrix.php-version }}
664666
tools: ${{ matrix.tools }}
665667
extensions: ${{ matrix.extensions }}
666668

0 commit comments

Comments
 (0)