Loading .github/workflows/testing.yml +1 −1 Original line number Diff line number Diff line Loading @@ -7,7 +7,7 @@ jobs: strategy: fail-fast: false matrix: php-versions: ['7.1', '7.2', '7.3', '7.4', '8.0'] php-versions: ['7.1', '7.2', '7.3', '7.4', '8.0', '8.1'] phpstan: ['1'] # Extra run to also test on PHP 7.0 without PHPStan. include: Loading Loading
.github/workflows/testing.yml +1 −1 Original line number Diff line number Diff line Loading @@ -7,7 +7,7 @@ jobs: strategy: fail-fast: false matrix: php-versions: ['7.1', '7.2', '7.3', '7.4', '8.0'] php-versions: ['7.1', '7.2', '7.3', '7.4', '8.0', '8.1'] phpstan: ['1'] # Extra run to also test on PHP 7.0 without PHPStan. include: Loading