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 #653 from vania-pooh/master
Browse files Browse the repository at this point in the history
Added Edge 119.0 image information
  • Loading branch information
vania-pooh authored Nov 14, 2023
2 parents b30b4d6 + cd5f291 commit 55aeaf3
Show file tree
Hide file tree
Showing 4 changed files with 8 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.21.3
go-version: ~1.21.4

- 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.21.3
go-version: ~1.21.4

- 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.21.3
go-version: ~1.21.4

- uses: actions/cache@v3
with:
Expand Down
5 changes: 5 additions & 0 deletions docs/msedge.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,9 @@ IMPORTANT: When adding Microsoft Edge to browsers.json - you have to use Microso
| 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
| browsers/edge:115.0 | - | Webdriver was broken
| browsers/edge:116.0 | - | Webdriver was broken
| browsers/edge:117.0 | - | Webdriver was broken
| browsers/edge:118.0 | - | Webdriver was broken
| browsers/edge:119.0 | 119.0.2151.44 | 119.0.2151.58
|===

0 comments on commit 55aeaf3

Please sign in to comment.