Skip to content

Commit 708deaa

Browse files
Bump simplesamlphp/simplesamlphp-test-framework from 1.10.2 to 1.10.3 in the all-actions group (#70)
* Bump simplesamlphp/simplesamlphp-test-framework in the all-actions group Bumps the all-actions group with 1 update: [simplesamlphp/simplesamlphp-test-framework](https://github.com/simplesamlphp/simplesamlphp-test-framework). Updates `simplesamlphp/simplesamlphp-test-framework` from 1.10.2 to 1.10.3 - [Commits](simplesamlphp/simplesamlphp-test-framework@v1.10.2...v1.10.3) --- updated-dependencies: - dependency-name: simplesamlphp/simplesamlphp-test-framework dependency-version: 1.10.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-actions ... Signed-off-by: dependabot[bot] <[email protected]> * Start testing on PHP 8.5 --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Tim van Dijen <[email protected]>
1 parent 3cfd2f1 commit 708deaa

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/php.yml

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

24-
uses: simplesamlphp/simplesamlphp-test-framework/.github/workflows/[email protected].2
24+
uses: simplesamlphp/simplesamlphp-test-framework/.github/workflows/[email protected].3
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/[email protected].2
33+
uses: simplesamlphp/simplesamlphp-test-framework/.github/workflows/[email protected].3
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']
48+
php-versions: ['8.2', '8.3', '8.4', '8.5']
4949

5050
steps:
5151
- name: Print OpenSSL version
@@ -88,15 +88,15 @@ jobs:
8888
run: composer install --no-progress --prefer-dist --optimize-autoloader
8989

9090
- name: Run unit tests with coverage
91-
if: ${{ matrix.php-versions == '8.4' }}
91+
if: ${{ matrix.php-versions == '8.5' }}
9292
run: vendor/bin/phpunit
9393

9494
- name: Run unit tests (no coverage)
95-
if: ${{ matrix.php-versions != '8.4' }}
95+
if: ${{ matrix.php-versions != '8.5' }}
9696
run: vendor/bin/phpunit --no-coverage
9797

9898
- name: Save coverage data
99-
if: ${{ matrix.php-versions == '8.4' }}
99+
if: ${{ matrix.php-versions == '8.5' }}
100100
uses: actions/upload-artifact@v4
101101
with:
102102
name: coverage-data
@@ -110,7 +110,7 @@ jobs:
110110
fail-fast: true
111111
matrix:
112112
operating-system: [windows-latest]
113-
php-versions: ['8.2', '8.3', '8.4']
113+
php-versions: ['8.2', '8.3', '8.4', '8.5']
114114

115115
steps:
116116
- name: Print OpenSSL version
@@ -166,7 +166,7 @@ jobs:
166166
uses: shivammathur/setup-php@v2
167167
with:
168168
# Should be the higest supported version, so we can use the newest tools
169-
php-version: '8.4'
169+
php-version: '8.5'
170170
tools: composer, composer-require-checker, composer-unused
171171
extensions: ctype, date, dom, filter, hash, mbstring, openssl, pcre, spl, xml
172172
coverage: none

0 commit comments

Comments
 (0)