Skip to content

Commit

Permalink
Use supported version for post-release tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mhan83 committed May 28, 2024
1 parent 96cdf88 commit 8c679a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/post-release/.sauce/config_mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ sauce:
build: Github Run $GITHUB_RUN_ID
cypress:
configFile: cypress.config.js
version: 12.3.0
version: 13.7.3
rootDir: ./
env:
foo: bar
Expand Down
2 changes: 1 addition & 1 deletion tests/post-release/.sauce/config_win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ sauce:
cypress:
# CAUTION: This has to be an already deployed framework version in the cloud. Not necessarily the one you want to test.
# Then use --runner-version to specify the release you actually want to use.
version: 12.3.0
version: 13.7.3
configFile: "cypress.config.js"
rootDir: ./
env:
Expand Down

0 comments on commit 8c679a0

Please sign in to comment.