Skip to content

Commit 4056cc2

Browse files
committed
Bump test-framework
1 parent f162216 commit 4056cc2

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/php.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
matrix:
2222
php-version: ['8.5', '8.6']
2323

24-
uses: simplesamlphp/simplesamlphp-test-framework/.github/workflows/reusable_phplinter.yml@v1
24+
uses: simplesamlphp/simplesamlphp-test-framework/.github/workflows/reusable_phplinter.yml@v2
2525
secrets: inherit
2626
with:
2727
php-version: ${{ matrix.php-version }}
@@ -31,7 +31,7 @@ jobs:
3131
strategy:
3232
fail-fast: false
3333

34-
uses: simplesamlphp/simplesamlphp-test-framework/.github/workflows/reusable_linter.yml@v1
34+
uses: simplesamlphp/simplesamlphp-test-framework/.github/workflows/reusable_linter.yml@v2
3535
secrets: inherit
3636
with:
3737
enable_eslinter: false

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"beste/clock": "~3.0",
4242
"mockery/mockery": "~1.6",
4343
"simplesamlphp/simplesamlphp": "^2.5",
44-
"simplesamlphp/simplesamlphp-test-framework": "~1.11",
44+
"simplesamlphp/simplesamlphp-test-framework": "~2.0",
4545
"icanhazstring/composer-unused": "^0.9.6"
4646
},
4747
"suggest": {

0 commit comments

Comments
 (0)