Skip to content

Commit bc9e009

Browse files
authored
Bump min. php-version to 8.2
1 parent 2e8e975 commit bc9e009

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/php.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
fail-fast: false
2020
matrix:
21-
php-version: ['8.1', '8.2', '8.3', '8.4']
21+
php-version: ['8.2', '8.3', '8.4']
2222

2323
uses: simplesamlphp/simplesamlphp-test-framework/.github/workflows/reusable_phplinter.yml@v1.10.0
2424
with:
@@ -44,7 +44,7 @@ jobs:
4444
fail-fast: false
4545
matrix:
4646
operating-system: [ubuntu-latest]
47-
php-versions: ['8.1', '8.2', '8.3', '8.4']
47+
php-versions: ['8.2', '8.3', '8.4']
4848

4949
steps:
5050
- 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
@@ -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, intl, mbstring, openssl, pcre, spl, xml
223223
tools: composer
224224
coverage: none

0 commit comments

Comments
 (0)