Skip to content

Commit 945473e

Browse files
committed
Bump minimum PHP-version
1 parent d65b876 commit 945473e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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/[email protected]
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: Print OpenSSL version
@@ -110,7 +110,7 @@ jobs:
110110
fail-fast: true
111111
matrix:
112112
operating-system: [windows-latest]
113-
php-versions: ['8.1', '8.2', '8.3', '8.4']
113+
php-versions: ['8.2', '8.3', '8.4']
114114

115115
steps:
116116
- name: Print OpenSSL version
@@ -218,7 +218,7 @@ jobs:
218218
uses: shivammathur/setup-php@v2
219219
with:
220220
# Should be the lowest supported version
221-
php-version: '8.1'
221+
php-version: '8.2'
222222
extensions: ctype, date, dom, filter, hash, mbstring, openssl, pcre, spl, xml
223223
tools: composer
224224
coverage: none

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
}
3636
},
3737
"require": {
38-
"php": "^8.1",
38+
"php": "^8.2",
3939
"ext-dom": "*",
4040
"ext-hash": "*",
4141
"ext-mbstring": "*",

0 commit comments

Comments
 (0)