Skip to content

Commit fe5a50f

Browse files
committed
Merge branch 'update-java' of https://github.com/jesperancinha/concert-demos-root into update-java
2 parents 3c0d9a0 + 0a3937b commit fe5a50f

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

e2e/docker-compose.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: '3.7'
22
services:
33
e2e-electron:
4-
image: "cypress/included:15.6.0"
4+
image: "cypress/included:15.7.0"
55
working_dir: /e2e
66
command: "--browser electron --env host_mvc=mvc,host_webflux=webflux"
77
volumes:
@@ -10,7 +10,7 @@ services:
1010
- concerts
1111

1212
e2e-chrome:
13-
image: "cypress/included:15.6.0"
13+
image: "cypress/included:15.7.0"
1414
working_dir: /e2e
1515
command: "--browser chrome --env host_mvc=mvc,host_webflux=webflux"
1616
volumes:
@@ -19,7 +19,7 @@ services:
1919
- concerts
2020

2121
e2e-firefox:
22-
image: "cypress/included:15.6.0"
22+
image: "cypress/included:15.7.0"
2323
working_dir: /e2e
2424
command: "--browser firefox --env host_mvc=mvc,host_webflux=webflux"
2525
volumes:
@@ -28,7 +28,7 @@ services:
2828
- concerts
2929

3030
e2e-edge:
31-
image: "cypress/included:15.6.0"
31+
image: "cypress/included:15.7.0"
3232
working_dir: /e2e
3333
command: "--browser edge --env host_mvc=mvc,host_webflux=webflux"
3434
volumes:

pr.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
PR Accept on Sun Nov 16 14:37:42 CET 2025
1+
PR Accept on Sun Nov 23 09:28:08 CET 2025

0 commit comments

Comments
 (0)