Skip to content

Commit 1274c21

Browse files
committed
Raise minimum PHP-version to 8.5
1 parent 5f46ff6 commit 1274c21

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/php.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
strategy:
2020
fail-fast: false
2121
matrix:
22-
php-version: ['8.3', '8.4', '8.5']
22+
php-version: ['8.5']
2323

2424
uses: simplesamlphp/simplesamlphp-test-framework/.github/workflows/reusable_phplinter.yml@v1.11.5
2525
with:
@@ -45,7 +45,7 @@ jobs:
4545
fail-fast: false
4646
matrix:
4747
operating-system: [ubuntu-latest]
48-
php-versions: ['8.3', '8.4', '8.5']
48+
php-versions: ['8.5']
4949

5050
steps:
5151
- name: Setup PHP, with composer and extensions
@@ -117,7 +117,7 @@ jobs:
117117
fail-fast: true
118118
matrix:
119119
operating-system: [windows-latest]
120-
php-versions: ['8.3', '8.4', '8.5']
120+
php-versions: ['8.5']
121121

122122
steps:
123123
- name: Setup PHP, with composer and extensions
@@ -244,7 +244,7 @@ jobs:
244244
uses: shivammathur/setup-php@v2
245245
with:
246246
# Should be the lowest supported version
247-
php-version: '8.3'
247+
php-version: '8.5'
248248
extensions: ctype, date, dom, filter, libxml, pcre, spl, xml
249249
tools: composer
250250
coverage: none

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
}
3434
},
3535
"require": {
36-
"php": "^8.3",
36+
"php": "^8.5",
3737

3838
"ext-bcmath": "*",
3939
"ext-date": "*",

0 commit comments

Comments
 (0)