Skip to content

Commit 0acd028

Browse files
committed
Bump minimum PHP-version
1 parent 7cf6208 commit 0acd028

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

.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.1', '8.2', '8.3', '8.4']
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: 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.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
@@ -108,7 +108,7 @@ jobs:
108108
fail-fast: true
109109
matrix:
110110
operating-system: [windows-latest]
111-
php-versions: ['8.2', '8.3', '8.4', '8.5']
111+
php-versions: ['8.3', '8.4', '8.5']
112112

113113
steps:
114114
- name: Setup PHP, with composer and extensions
@@ -216,7 +216,7 @@ jobs:
216216
uses: shivammathur/setup-php@v2
217217
with:
218218
# Should be the lowest supported version
219-
php-version: '8.2'
219+
php-version: '8.3'
220220
extensions: ctype, date, dom, fileinfo, filter, hash, intl, mbstring, openssl, pcre, pdo, posix, spl, xml, zip
221221
tools: composer
222222
coverage: none

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,15 @@
3535
}
3636
},
3737
"require": {
38-
"php": "^8.2",
38+
"php": "^8.3",
3939
"ext-pdo": "*",
4040

41-
"simplesamlphp/assert": "~1.9.1",
42-
"simplesamlphp/composer-module-installer": "~1.6.0",
43-
"simplesamlphp/simplesamlphp": "^2.2"
41+
"simplesamlphp/assert": "~1.9",
42+
"simplesamlphp/composer-module-installer": "~1.6",
43+
"simplesamlphp/simplesamlphp": "^2.5@RC"
4444
},
4545
"require-dev": {
46-
"simplesamlphp/simplesamlphp-test-framework": "~1.10.3"
46+
"simplesamlphp/simplesamlphp-test-framework": "~1.11"
4747
},
4848
"support": {
4949
"issues": "https://github.com/simplesamlphp/simplesamlphp-module-sqlauth/issues",

0 commit comments

Comments
 (0)