From 0b81576bafa602b61c18be16db5e227f0cbeb28a Mon Sep 17 00:00:00 2001 From: "Treicy Sanchez Gutierrez (from Dev Box)" Date: Fri, 20 Mar 2026 12:08:23 -0700 Subject: [PATCH] =?UTF-8?q?fix!:=20drop=20PHP=207.4=E2=80=938.1=20support?= =?UTF-8?q?=20to=20address=20insecure=20dependencies?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/pr-validation.yml | 4 ++-- composer.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pr-validation.yml b/.github/workflows/pr-validation.yml index 65bdc31c..45eac81f 100644 --- a/.github/workflows/pr-validation.yml +++ b/.github/workflows/pr-validation.yml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - php-versions: ['7.4', '8.1', '8.2', '8.3', '8.4'] + php-versions: ['8.2', '8.3', '8.4'] steps: - uses: actions/checkout@v4.2.2 - name: Setup PHP @@ -45,7 +45,7 @@ jobs: - name: Setup PHP and Xdebug for Code Coverage report uses: shivammathur/setup-php@v2 with: - php-version: '8.0' + php-version: '8.2' coverage: xdebug - name: Validate composer file run: | diff --git a/composer.json b/composer.json index 184042a8..dd1db937 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ } ], "require": { - "php": "^8.0 || ^7.4", + "php": "^8.2", "microsoft/kiota-authentication-phpleague": "^1.5.0", "microsoft/kiota-http-guzzle": "^1.5.0", "microsoft/kiota-serialization-json": "^1.5.0",