Skip to content

Commit a640e86

Browse files
TreicysgTreicy Sanchez Gutierrez (from Dev Box)
andauthored
fix!: drop PHP 7.4–8.1 support to address insecure dependencies (#224)
Co-authored-by: Treicy Sanchez Gutierrez (from Dev Box) <treicys@microsoft.com>
1 parent 2cbd2be commit a640e86

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/pr-validation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
strategy:
2020
matrix:
21-
php-versions: ['7.4', '8.1', '8.2', '8.3', '8.4']
21+
php-versions: ['8.2', '8.3', '8.4']
2222
steps:
2323
- uses: actions/checkout@v4.2.2
2424
- name: Setup PHP
@@ -45,7 +45,7 @@ jobs:
4545
- name: Setup PHP and Xdebug for Code Coverage report
4646
uses: shivammathur/setup-php@v2
4747
with:
48-
php-version: '8.0'
48+
php-version: '8.2'
4949
coverage: xdebug
5050
- name: Validate composer file
5151
run: |

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
}
1313
],
1414
"require": {
15-
"php": "^8.0 || ^7.4",
15+
"php": "^8.2",
1616
"microsoft/kiota-authentication-phpleague": "^1.5.0",
1717
"microsoft/kiota-http-guzzle": "^1.5.0",
1818
"microsoft/kiota-serialization-json": "^1.5.0",

0 commit comments

Comments
 (0)