Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ jobs:
test-remote:
docker:
- image: cimg/ruby:3.4
- image: mcr.microsoft.com/playwright:v1.60.0-noble
command: /bin/sh -c "cd /home/pwuser ; npx --yes playwright@1.60.0 install && npx playwright@1.60.0 run-server --port 8888 --host 0.0.0.0 --path /ws"
- image: mcr.microsoft.com/playwright:v1.61.1-noble
command: /bin/sh -c "cd /home/pwuser ; npx --yes playwright@1.61.1 install && npx playwright@1.61.1 run-server --port 8888 --host 0.0.0.0 --path /ws"
environment:
DEBUG: "pw:*"
user: pwuser
Expand Down
2 changes: 1 addition & 1 deletion development/CLI_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.60.0
1.61.1
Loading
Loading