Skip to content

Commit

Permalink
Test against 1.56 and 1.58 (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsirianni authored Jun 4, 2024
1 parent 4034f80 commit a84cdd6
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,12 @@ jobs:
# When writing back to the repo, we write to directories based
# on the bindplane version.
bindplane_versions:
- 1.45.0
- 1.55.0
- 1.45.0 # keep
- 1.55.0 # keep
- 1.56.0
- 1.57.0
- latest
- 1.58.0
- latest # keep
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit a84cdd6

Please sign in to comment.