Skip to content

Commit b5b0cde

Browse files
committed
Bump minimum PHP-version to 8.5
1 parent fa1b9d8 commit b5b0cde

2 files changed

Lines changed: 6 additions & 6 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
2525
secrets: inherit
@@ -47,7 +47,7 @@ jobs:
4747
fail-fast: false
4848
matrix:
4949
operating-system: [ubuntu-latest]
50-
php-versions: ['8.3', '8.4', '8.5']
50+
php-versions: ['8.5']
5151

5252
steps:
5353
- name: Setup PHP, with composer and extensions
@@ -109,7 +109,7 @@ jobs:
109109
fail-fast: true
110110
matrix:
111111
operating-system: [windows-latest]
112-
php-versions: ['8.3', '8.4', '8.5']
112+
php-versions: ['8.5']
113113

114114
steps:
115115
- name: Setup PHP, with composer and extensions
@@ -218,7 +218,7 @@ jobs:
218218
uses: shivammathur/setup-php@v2
219219
with:
220220
# Should be the lowest supported version
221-
php-version: '8.3'
221+
php-version: '8.5'
222222
extensions: ctype, date, dom, filter, hash, intl, mbstring, openssl, pcre, soap, sodium, spl, xml
223223
tools: composer
224224
coverage: none

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
}
1919
],
2020
"require": {
21-
"php": "^8.3",
21+
"php": "^8.5",
2222
"ext-date": "*",
2323
"ext-dom": "*",
2424
"ext-filter": "*",
@@ -61,7 +61,7 @@
6161
},
6262
"extra": {
6363
"branch-alias": {
64-
"dev-master": "v6.1.x-dev"
64+
"dev-master": "v7.0.x-dev"
6565
}
6666
},
6767
"config": {

0 commit comments

Comments
 (0)