Skip to content
This repository has been archived by the owner on Dec 17, 2024. It is now read-only.

Commit

Permalink
Merge pull request #623 from vania-pooh/master
Browse files Browse the repository at this point in the history
Recent Chrome, Edge and Firefox versions
  • Loading branch information
vania-pooh authored Jun 15, 2023
2 parents db9d616 + 48d105e commit 01935d1
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Setup Golang
uses: actions/setup-go@v4
with:
go-version: ~1.20.4
go-version: ~1.20.5

- uses: actions/cache@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Setup Golang
uses: actions/setup-go@v4
with:
go-version: ~1.20.4
go-version: ~1.20.5

- uses: actions/cache@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Setup Golang
uses: actions/setup-go@v4
with:
go-version: ~1.20.4
go-version: ~1.20.5

- uses: actions/cache@v3
with:
Expand Down
1 change: 1 addition & 0 deletions docs/chrome.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@
| selenoid/chrome:111.0 | selenoid/vnc_chrome:111.0 | 111.0.5563.64 | 111.0.5563.64
| selenoid/chrome:112.0 | selenoid/vnc_chrome:112.0 | 112.0.5615.49 | 112.0.5615.49
| selenoid/chrome:113.0 | selenoid/vnc_chrome:113.0 | 113.0.5672.63 | 113.0.5672.126
| selenoid/chrome:114.0 | selenoid/vnc_chrome:114.0 | 114.0.5735.90 | 114.0.5735.133
|===

[NOTE]
Expand Down
1 change: 1 addition & 0 deletions docs/firefox.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -129,4 +129,5 @@ WARNING: Firefox 53.0+ images require Selenium client 3.4.0 or newer for Java an
| selenoid/firefox:111.0 | selenoid/vnc_firefox:111.0 | 1.10.10 | 0.33.0 | 111.0.1
| selenoid/firefox:112.0 | selenoid/vnc_firefox:112.0 | 1.10.11 | 0.33.0 | 112.0
| selenoid/firefox:113.0 | selenoid/vnc_firefox:113.0 | 1.10.11 | 0.33.0 | 113.0.1
| selenoid/firefox:114.0 | selenoid/vnc_firefox:114.0 | 1.10.12 | 0.33.0 | 114.0.1
|===
1 change: 1 addition & 0 deletions docs/msedge.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,5 @@ IMPORTANT: When adding Microsoft Edge to browsers.json - you have to use Microso
| browsers/edge:111.0 | 111.0.1661.41 | 111.0.1661.44
| browsers/edge:112.0 | 112.0.1722.39 | 112.0.1722.39
| browsers/edge:113.0 | 113.0.1774.42 | 113.0.1774.42
| browsers/edge:114.0 | 114.0.1823.43 | 114.0.1823.43
|===

0 comments on commit 01935d1

Please sign in to comment.