Skip to content

Commit 84d067e

Browse files
tvdijenthijskh
authored andcommitted
Start testing on PHP 8.5 & bump dependencies
1 parent 9ef92cb commit 84d067e

2 files changed

Lines changed: 12 additions & 12 deletions

File tree

.github/workflows/php.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ jobs:
1919
strategy:
2020
fail-fast: false
2121
matrix:
22-
php-version: ['8.1', '8.2', '8.3', '8.4']
22+
php-version: ['8.2', '8.3', '8.4', '8.5']
2323

24-
uses: simplesamlphp/simplesamlphp-test-framework/.github/workflows/reusable_phplinter.yml@v1.9.2
24+
uses: simplesamlphp/simplesamlphp-test-framework/.github/workflows/reusable_phplinter.yml@v1.10.3
2525
with:
2626
php-version: ${{ matrix.php-version }}
2727

@@ -30,7 +30,7 @@ jobs:
3030
strategy:
3131
fail-fast: false
3232

33-
uses: simplesamlphp/simplesamlphp-test-framework/.github/workflows/reusable_linter.yml@v1.9.2
33+
uses: simplesamlphp/simplesamlphp-test-framework/.github/workflows/reusable_linter.yml@v1.10.3
3434
with:
3535
enable_eslinter: false
3636
enable_jsonlinter: true
@@ -45,7 +45,7 @@ jobs:
4545
fail-fast: false
4646
matrix:
4747
operating-system: [ubuntu-latest]
48-
php-versions: ['8.1', '8.2', '8.3', '8.4']
48+
php-versions: ['8.2', '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.1', '8.2', '8.3', '8.4']
110+
php-versions: ['8.2', '8.3', '8.4', '8.5']
111111

112112
steps:
113113
- name: Setup PHP, with composer and extensions
@@ -161,7 +161,7 @@ jobs:
161161
uses: shivammathur/setup-php@v2
162162
with:
163163
# Should be the higest supported version, so we can use the newest tools
164-
php-version: '8.4'
164+
php-version: '8.5'
165165
tools: composer, composer-require-checker, composer-unused, phpcs, psalm
166166
# optional performance gain for psalm: opcache
167167
extensions: ctype, date, dom, fileinfo, filter, hash, intl, ldap, mbstring, opcache, openssl, pcre, spl, xml
@@ -228,7 +228,7 @@ jobs:
228228
uses: shivammathur/setup-php@v2
229229
with:
230230
# Should be the lowest supported version
231-
php-version: '8.1'
231+
php-version: '8.2'
232232
extensions: ctype, date, dom, fileinfo, filter, hash, intl, ldap, mbstring, openssl, pcre, spl, xml
233233
tools: composer
234234
coverage: none

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@
2828
}
2929
},
3030
"require": {
31-
"php": "^8.1",
31+
"php": "^8.2",
3232

33-
"simplesamlphp/simplesamlphp": "~2.4.1",
34-
"simplesamlphp/saml2-legacy": "~4.18.1"
33+
"simplesamlphp/simplesamlphp": "^2.5",
34+
"simplesamlphp/saml2-legacy": "~4.19.0"
3535
},
3636
"require-dev": {
37-
"simplesamlphp/composer-module-installer": "~1.4.0",
38-
"simplesamlphp/simplesamlphp-test-framework": "^1.9.2"
37+
"simplesamlphp/composer-module-installer": "~1.5.0",
38+
"simplesamlphp/simplesamlphp-test-framework": "^1.10.3"
3939
},
4040
"support": {
4141
"issues": "https://github.com/simplesamlphp/simplesamlphp-module-stepupsfo/issues",

0 commit comments

Comments
 (0)