Skip to content

Commit 4c1a544

Browse files
committed
Bump minimum PHP-version to 8.5
1 parent b8440c8 commit 4c1a544

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
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
}
1111
],
1212
"require": {
13-
"php": "^8.3",
13+
"php": "^8.5",
1414
"ext-dom": "*",
1515

1616
"simplesamlphp/assert": "~2.0",

0 commit comments

Comments
 (0)