Skip to content

Commit 3e8fe42

Browse files
Update cypress/included Docker tag to v15.10.0 (OrchardCMS#18811)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e593c20 commit 3e8fe42

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/functional_all_db.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
github.event.review.state == 'CHANGES_REQUESTED'
3232
runs-on: ubuntu-24.04
3333
container:
34-
image: cypress/included:15.9.0
34+
image: cypress/included:15.10.0
3535
steps:
3636
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3737
- uses: ./.github/actions/setup-dotnet
@@ -59,7 +59,7 @@ jobs:
5959
github.event.review.state == 'CHANGES_REQUESTED'
6060
runs-on: ubuntu-24.04
6161
container:
62-
image: cypress/included:15.9.0
62+
image: cypress/included:15.10.0
6363
env:
6464
OrchardCore__OrchardCore_YesSql__EnableThreadSafetyChecks: true
6565
steps:
@@ -87,7 +87,7 @@ jobs:
8787
github.event.review.state == 'CHANGES_REQUESTED'
8888
runs-on: ubuntu-24.04
8989
container:
90-
image: cypress/included:15.9.0
90+
image: cypress/included:15.10.0
9191
services:
9292
postgres:
9393
image: postgres:11
@@ -130,7 +130,7 @@ jobs:
130130
github.event.review.state == 'CHANGES_REQUESTED'
131131
runs-on: ubuntu-24.04
132132
container:
133-
image: cypress/included:15.9.0
133+
image: cypress/included:15.10.0
134134
services:
135135
mysql:
136136
image: mysql:8
@@ -169,7 +169,7 @@ jobs:
169169
github.event.review.state == 'CHANGES_REQUESTED'
170170
runs-on: ubuntu-24.04
171171
container:
172-
image: cypress/included:15.9.0
172+
image: cypress/included:15.10.0
173173
services:
174174
mssql:
175175
image: mcr.microsoft.com/mssql/server:2019-latest

0 commit comments

Comments
 (0)