File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments