Skip to content

Commit 249024b

Browse files
committed
Bump minimum PHP-version
1 parent 4976fdd commit 249024b

2 files changed

Lines changed: 14 additions & 14 deletions

File tree

.github/workflows/php.yml

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

24-
uses: simplesamlphp/simplesamlphp-test-framework/.github/workflows/reusable_phplinter.yml@v1.10.6
24+
uses: simplesamlphp/simplesamlphp-test-framework/.github/workflows/reusable_phplinter.yml@v1.11.0
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.10.6
33+
uses: simplesamlphp/simplesamlphp-test-framework/.github/workflows/reusable_linter.yml@v1.11.0
3434
with:
3535
enable_eslinter: true
3636
enable_jsonlinter: true
@@ -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, mbstring, openssl, pcre, spl, xml
218218
tools: composer
219219
coverage: none

composer.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,21 +16,21 @@
1616
}
1717
},
1818
"require": {
19-
"php": "^8.2",
19+
"php": "^8.3",
2020
"ext-date": "*",
2121
"ext-hash": "*",
2222
"ext-openssl": "*",
2323
"ext-pdo": "*",
2424

25-
"simplesamlphp/assert": "~1.9.1",
26-
"simplesamlphp/simplesamlphp": "^2.4.0",
27-
"spomky-labs/cbor-php": "~3.2.0",
28-
"spomky-labs/pki-framework": "~1.4.0",
29-
"symfony/http-foundation": "^6.4 || ^7.3",
30-
"web-auth/cose-lib": "~4.4.0"
25+
"simplesamlphp/assert": "~1.9",
26+
"simplesamlphp/simplesamlphp": "~2.5@RC",
27+
"spomky-labs/cbor-php": "~3.2",
28+
"spomky-labs/pki-framework": "~1.4",
29+
"symfony/http-foundation": "~7.4",
30+
"web-auth/cose-lib": "~4.4"
3131
},
3232
"require-dev": {
33-
"simplesamlphp/simplesamlphp-test-framework": "~1.10.3"
33+
"simplesamlphp/simplesamlphp-test-framework": "~1.11"
3434
},
3535
"config": {
3636
"allow-plugins": {

0 commit comments

Comments
 (0)