Skip to content

Commit

Permalink
chore: bump PHPStan integration tests to use PHP 8.3
Browse files Browse the repository at this point in the history
Signed-off-by: Maximilian Bösing <[email protected]>
  • Loading branch information
boesing committed Jan 17, 2025
1 parent 5ecd265 commit d0980e7
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion tests/code-check-phpstan-alternative-dist/.laminas-ci.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"stablePHP": "7.4"
"stablePHP": "8.3"
}
4 changes: 2 additions & 2 deletions tests/code-check-phpstan-alternative-dist/matrix.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"include": [
{
"name": "PHPStan [7.4, latest]",
"job": "{\"command\":\"./vendor/bin/phpstan analyse --error-format=github --ansi --no-progress\",\"php\":\"7.4\",\"extensions\":[],\"ini\":[],\"dependencies\":\"latest\",\"ignore_platform_reqs_8\":false,\"ignore_php_platform_requirement\":false,\"additional_composer_arguments\":[],\"before_script\":[]}",
"name": "PHPStan [8.3, latest]",
"job": "{\"command\":\"./vendor/bin/phpstan analyse --error-format=github --ansi --no-progress\",\"php\":\"8.3\",\"extensions\":[],\"ini\":[],\"dependencies\":\"latest\",\"ignore_platform_reqs_8\":false,\"ignore_php_platform_requirement\":false,\"additional_composer_arguments\":[],\"before_script\":[]}",
"operatingSystem": "ubuntu-latest",
"action": "laminas/laminas-continuous-integration-action@v1"
}
Expand Down
2 changes: 1 addition & 1 deletion tests/code-check-phpstan-dist/.laminas-ci.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"stablePHP": "7.4"
"stablePHP": "8.3"
}
4 changes: 2 additions & 2 deletions tests/code-check-phpstan-dist/matrix.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"include": [
{
"name": "PHPStan [7.4, latest]",
"job": "{\"command\":\"./vendor/bin/phpstan analyse --error-format=github --ansi --no-progress\",\"php\":\"7.4\",\"extensions\":[],\"ini\":[],\"dependencies\":\"latest\",\"ignore_platform_reqs_8\":false,\"ignore_php_platform_requirement\":false,\"additional_composer_arguments\":[],\"before_script\":[]}",
"name": "PHPStan [8.3, latest]",
"job": "{\"command\":\"./vendor/bin/phpstan analyse --error-format=github --ansi --no-progress\",\"php\":\"8.3\",\"extensions\":[],\"ini\":[],\"dependencies\":\"latest\",\"ignore_platform_reqs_8\":false,\"ignore_php_platform_requirement\":false,\"additional_composer_arguments\":[],\"before_script\":[]}",
"operatingSystem": "ubuntu-latest",
"action": "laminas/laminas-continuous-integration-action@v1"
}
Expand Down
2 changes: 1 addition & 1 deletion tests/code-check-phpstan-no-dist/.laminas-ci.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"stablePHP": "7.4"
"stablePHP": "8.3"
}
4 changes: 2 additions & 2 deletions tests/code-check-phpstan-no-dist/matrix.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"include": [
{
"name": "PHPStan [7.4, latest]",
"job": "{\"command\":\"./vendor/bin/phpstan analyse --error-format=github --ansi --no-progress\",\"php\":\"7.4\",\"extensions\":[],\"ini\":[],\"dependencies\":\"latest\",\"ignore_platform_reqs_8\":false,\"ignore_php_platform_requirement\":false,\"additional_composer_arguments\":[],\"before_script\":[]}",
"name": "PHPStan [8.3, latest]",
"job": "{\"command\":\"./vendor/bin/phpstan analyse --error-format=github --ansi --no-progress\",\"php\":\"8.3\",\"extensions\":[],\"ini\":[],\"dependencies\":\"latest\",\"ignore_platform_reqs_8\":false,\"ignore_php_platform_requirement\":false,\"additional_composer_arguments\":[],\"before_script\":[]}",
"operatingSystem": "ubuntu-latest",
"action": "laminas/laminas-continuous-integration-action@v1"
}
Expand Down

0 comments on commit d0980e7

Please sign in to comment.