Skip to content

Commit eccd1bb

Browse files
committed
Bump minimum PHP-version to 8.2 and bump test-framework
1 parent a19640a commit eccd1bb

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.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.1', '8.2', '8.3', '8.4']
22+
php-version: ['8.2', '8.3', '8.4']
2323

2424
uses: simplesamlphp/simplesamlphp-test-framework/.github/workflows/reusable_phplinter.yml@v1.10.1
2525
with:
@@ -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']
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']
111111

112112
steps:
113113
- name: Setup PHP, with composer and extensions
@@ -226,7 +226,7 @@ jobs:
226226
uses: shivammathur/setup-php@v2
227227
with:
228228
# Should be the lowest supported version
229-
php-version: '8.1'
229+
php-version: '8.2'
230230
extensions: ctype, date, dom, fileinfo, filter, hash, intl, mbstring, openssl, pcre, posix, spl, xml
231231
tools: composer
232232
coverage: none

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@
2020
}
2121
},
2222
"require": {
23-
"php": "^8.1",
23+
"php": "^8.2",
2424
"ext-zlib": "*",
2525

26-
"simplesamlphp/simplesamlphp": "^2.2.0",
26+
"simplesamlphp/simplesamlphp": "^2.4.0",
2727
"symfony/http-foundation": "^6.4.0"
2828
},
2929
"require-dev": {
30-
"simplesamlphp/simplesamlphp-test-framework": "^1.7.0"
30+
"simplesamlphp/simplesamlphp-test-framework": "^1.10.2"
3131
},
3232
"config": {
3333
"allow-plugins": {

0 commit comments

Comments
 (0)