Skip to content

Commit

Permalink
restrict scheduled bundle releases to the latest four versions (#179)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikealfare authored Aug 6, 2024
1 parent 8a9e1df commit a49fd2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scheduled_releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ jobs:
matrix:
# we support the trailing four versions plus the latest pre-release
# and the upcoming version's pre-release.
version: ["1.1.0", "1.2.0", "1.3.0", "1.4.0", "1.5.0", "1.6.0b2", "1.6.0", "1.7.0rc1", "1.7.0", "1.8.0b1", "1.8.0"]
version: ["1.5.0", "1.6.0", "1.7.0", "1.8.0b1", "1.8.0"]
with:
version_number: ${{ matrix.version }}

0 comments on commit a49fd2b

Please sign in to comment.