Skip to content

Commit

Permalink
Cypress v13
Browse files Browse the repository at this point in the history
  • Loading branch information
BBE78 committed Oct 6, 2023
1 parent 275e889 commit b40ae58
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
node-version: [14.x, 16.x, 18.x, 19.x]
cypress-version: [4.x, 5.x, 6.x, 7.x, 8.x, 9.x, 10.x, 11.x, 12.x]
cypress-version: [4.x, 5.x, 6.x, 7.x, 8.x, 9.x, 10.x, 11.x, 12.x, 13.x]
fail-fast: false
steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Other existing Mocha SonarQube reporters:

## Tested with Cypress

Take a look at the Actions tests matrix results: tested with Node.js v\[~~12.x~~, 14.x, 16.x, 18.x, 19.x] and Cypress v\[4.x, 5.x, 6.x, 7.x, 8.x, 9.x, 10.x, 11.x, 12.x]
Take a look at the Actions tests matrix results: tested with Node.js v\[~~12.x~~, 14.x, 16.x, 18.x, 19.x] and Cypress v\[4.x, 5.x, 6.x, 7.x, 8.x, 9.x, 10.x, 11.x, 12.x, 13.x]

[![Cypress Compatibility](https://github.com/BBE78/cypress-sonarqube-reporter/actions/workflows/ci.yml/badge.svg)](https://github.com/BBE78/cypress-sonarqube-reporter/actions/workflows/ci.yml)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"sonarqube-scanner": "^2.8.1"
},
"peerDependencies": {
"cypress": "^4 || ^5 || ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12"
"cypress": "^4 || ^5 || ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || ^13"
},
"jest": {
"collectCoverageFrom": [
Expand Down

0 comments on commit b40ae58

Please sign in to comment.