diff --git a/.github/workflows/pr-validation.yml b/.github/workflows/pr-validation.yml index c19faa87f0c..4e2023db673 100644 --- a/.github/workflows/pr-validation.yml +++ b/.github/workflows/pr-validation.yml @@ -19,7 +19,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - php-versions: ['7.4', '8.0', '8.1', '8.2', '8.3', '8.4'] + php-versions: ['8.2', '8.3', '8.4', '8.5'] steps: - name: Setup PHP uses: shivammathur/setup-php@v2 diff --git a/composer.json b/composer.json index 69b78a80443..827b4086a57 100644 --- a/composer.json +++ b/composer.json @@ -12,12 +12,12 @@ } ], "require": { - "php": "^8.0 || ^7.4", + "php": "^8.2", "microsoft/microsoft-graph-core": "^2.2.1" }, "require-dev": { - "phpunit/phpunit": "^8.0 || ^9.0", - "phpstan/phpstan": "^0.12.90 || ^1.0.0" + "phpunit/phpunit": "^10.0 || ^11.0", + "phpstan/phpstan": "^1.0.0" }, "autoload": { "psr-4": { diff --git a/phpunit.xml b/phpunit.xml index 7e2e21005c5..9ac01b4cffb 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -5,10 +5,12 @@ tests - - + + src - src/Generated - - + + + src/Generated + +