Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/e2e-tests-next.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ on:
target_provider_version:
description: "Version string written into v5 required_providers"
required: false
default: "5.21.1"
default: "5.22.0"

env:
CLOUDFLARE_ACCOUNT_ID: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ env:
# 2. `--target-provider-version` on the runner (writes this into the
# generated v5 config's required_providers block)
# Keep them in sync.
TARGET_PROVIDER_VERSION: "5.21.1"
TARGET_PROVIDER_VERSION: "5.22.0"

CLOUDFLARE_ACCOUNT_ID: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
CLOUDFLARE_ZONE_ID: ${{ secrets.CLOUDFLARE_ZONE_ID }}
Expand Down
Loading