Skip to content

Commit f8efcb2

Browse files
authored
Merge pull request #10 from simplesamlphp/dependabot/github_actions/all-actions-75929dacf9
Bump simplesamlphp/simplesamlphp-test-framework from 1.9.3 to 1.10.0 in the all-actions group
2 parents 48e2fe3 + bc9e009 commit f8efcb2

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/php.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ 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

23-
uses: simplesamlphp/simplesamlphp-test-framework/.github/workflows/reusable_phplinter.yml@v1.9.3
23+
uses: simplesamlphp/simplesamlphp-test-framework/.github/workflows/reusable_phplinter.yml@v1.10.0
2424
with:
2525
php-version: ${{ matrix.php-version }}
2626

@@ -29,7 +29,7 @@ jobs:
2929
strategy:
3030
fail-fast: false
3131

32-
uses: simplesamlphp/simplesamlphp-test-framework/.github/workflows/reusable_linter.yml@v1.9.3
32+
uses: simplesamlphp/simplesamlphp-test-framework/.github/workflows/reusable_linter.yml@v1.10.0
3333
with:
3434
enable_eslinter: false
3535
enable_jsonlinter: true
@@ -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)