Skip to content

Commit

Permalink
add v1.30 regex, remove outdated versions from the list
Browse files Browse the repository at this point in the history
  • Loading branch information
voron committed Jun 13, 2024
1 parent 7913c27 commit 0e5a940
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/upstream.schedule.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,9 @@ jobs:
with:
versions: |-
[
"^v1\.22\.[0-9]+$",
"^v1\.23\.[0-9]+$",
"^v1\.24\.[0-9]+$",
"^v1\.25\.[0-9]+$",
"^v1\.26\.[0-9]+$",
"^v1\.27\.[0-9]+$",
"^v1\.28\.[0-9]+$",
"^v1\.29\.[0-9]+$"
"^v1\.29\.[0-9]+$",
"^v1\.30\.[0-9]+$"
]

0 comments on commit 0e5a940

Please sign in to comment.