Skip to content

Commit

Permalink
update test suite because 1.14.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
lantoli committed Dec 19, 2023
1 parent fb6c4ea commit 0a79738
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
default: '["1.6.x", "1.5.x", "1.4.x", "1.3.x", "1.2.x"]'
provider_matrix:
description: 'MongoDB Atlas Provider version matrix for running migration tests (JSON array)'
default: '["", "1.12.3"]' # "" for latest version
default: '["", "1.13.1"]' # "" for latest version

schedule:
- cron: "0 0 * * *" # workflow runs every day at midnight UTC
Expand All @@ -21,7 +21,7 @@ jobs:
versions:
env:
schedule_terraform_matrix: '["1.6.x", "1.0.8"]'
schedule_provider_matrix: '["", "1.12.3]' # "" for latest version
schedule_provider_matrix: '["", "1.13.1]' # "" for latest version
runs-on: ubuntu-latest
outputs:
terraform_matrix: ${{ inputs.terraform_matrix || vars.schedule_terraform_matrix }}
Expand Down

0 comments on commit 0a79738

Please sign in to comment.