Skip to content

Commit 0b3b94b

Browse files
committed
Merge branch 'release-3.x' into feature/dom-migration-php84
2 parents 460270d + 901925c commit 0b3b94b

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
@@ -217,7 +217,7 @@ jobs:
217217
uses: shivammathur/setup-php@v2
218218
with:
219219
# Should be the lowest supported version
220-
php-version: '8.3'
220+
php-version: '8.5'
221221
extensions: ctype, date, dom, filter, hash, intl, mbstring, openssl, pcre, soap, sodium, spl, xml
222222
tools: composer
223223
coverage: none

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
}
1010
],
1111
"require": {
12-
"php": "^8.3",
12+
"php": "^8.5",
1313
"ext-date": "*",
1414
"ext-dom": "*",
1515
"ext-filter": "*",
@@ -37,7 +37,7 @@
3737
},
3838
"extra": {
3939
"branch-alias": {
40-
"dev-master": "v1.0.x-dev"
40+
"dev-master": "v3.0.x-dev"
4141
}
4242
},
4343
"config": {

0 commit comments

Comments
 (0)