Skip to content

Commit 1840823

Browse files
committed
Bump minimum PHP-version to 8.3, start testing on PHP 8.5 and bump dependencies
1 parent 860264c commit 1840823

2 files changed

Lines changed: 9 additions & 9 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.2', '8.3', '8.4', '8.5']
22+
php-version: ['8.3', '8.4', '8.5']
2323

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

5050
steps:
5151
- name: Setup PHP, with composer and extensions
@@ -107,7 +107,7 @@ jobs:
107107
fail-fast: true
108108
matrix:
109109
operating-system: [windows-latest]
110-
php-versions: ['8.2', '8.3', '8.4', '8.5']
110+
php-versions: ['8.3', '8.4', '8.5']
111111

112112
steps:
113113
- name: Setup PHP, with composer and extensions
@@ -213,7 +213,7 @@ jobs:
213213
uses: shivammathur/setup-php@v2
214214
with:
215215
# Should be the lowest supported version
216-
php-version: '8.2'
216+
php-version: '8.3'
217217
extensions: ctype, date, dom, fileinfo, filter, hash, intl, ldap, mbstring, openssl, pcre, spl, xml
218218
tools: composer
219219
coverage: none

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,19 +42,19 @@
4242
}
4343
},
4444
"require": {
45-
"php": "^8.2",
45+
"php": "^8.3",
4646
"ext-openssl" : "*",
4747

48-
"simplesamlphp/assert": "~1.0",
49-
"simplesamlphp/composer-module-installer": "~1.6",
48+
"simplesamlphp/assert": "~2.0",
49+
"simplesamlphp/composer-module-installer": "~1.7",
5050
"simplesamlphp/simplesamlphp": "~2.5@dev",
51-
"simplesamlphp/simplesamlphp-module-ldap": "~2.2",
51+
"simplesamlphp/simplesamlphp-module-ldap": "~2.5",
5252
"symfony/http-foundation": "~7.4",
5353
"symfony/ldap": "~7.4",
5454
"symfony/security-core": "~7.4"
5555
},
5656
"require-dev": {
57-
"simplesamlphp/simplesamlphp-test-framework": "~1.10"
57+
"simplesamlphp/simplesamlphp-test-framework": "~1.11"
5858
},
5959
"extra": {
6060
"ssp-mixedcase-module-name": "authX509"

0 commit comments

Comments
 (0)