Skip to content

Commit

Permalink
Merge pull request #16
Browse files Browse the repository at this point in the history
add v1.31 regex, remove outdated versions from the list
  • Loading branch information
voron authored Sep 12, 2024
2 parents c7905f4 + 7428170 commit eb46e8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/upstream.schedule.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
with:
versions: |-
[
"^v1\.26\.[0-9]+$",
"^v1\.27\.[0-9]+$",
"^v1\.28\.[0-9]+$",
"^v1\.29\.[0-9]+$",
"^v1\.30\.[0-9]+$"
"^v1\.30\.[0-9]+$",
"^v1\.31\.[0-9]+$",
]

0 comments on commit eb46e8a

Please sign in to comment.