Skip to content

Commit 7155f57

Browse files
committed
Bump minimum PHP-version to 8.5
1 parent 11cf8e8 commit 7155f57

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
@@ -162,7 +162,7 @@ jobs:
162162
uses: shivammathur/setup-php@v2
163163
with:
164164
# Should be the lowest supported version
165-
php-version: '8.3'
165+
php-version: '8.5'
166166
extensions: ctype, date, dom, intl, pcre, sodium, spl, xml
167167
tools: composer
168168
coverage: none

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
}
1111
],
1212
"require": {
13-
"php": "^8.3",
13+
"php": "^8.5",
1414
"ext-dom": "*",
1515

1616
"simplesamlphp/xml-cas": "~2.5",
17-
"simplesamlphp/xml-common": "~2.8"
17+
"simplesamlphp/xml-common": "dev-feature/dom-migration-php84"
1818
},
1919
"require-dev": {
2020
"simplesamlphp/simplesamlphp-test-framework": "~1.11"

0 commit comments

Comments
 (0)