Browse Source

Update supported branches in workflow file

Signed-off-by: Rob Winch <362503+rwinch@users.noreply.github.com>
pull/18123/head
Rob Winch 3 weeks ago committed by GitHub
parent
commit
04bba36ee5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      .github/workflows/update-antora-ui-spring.yml

2
.github/workflows/update-antora-ui-spring.yml

@ -16,7 +16,7 @@ jobs: @@ -16,7 +16,7 @@ jobs:
name: Update on Supported Branches
strategy:
matrix:
branch: [ '5.8.x', '6.2.x', '6.3.x', 'main' ]
branch: [ '6.4.x', '6.5.x', 'main' ]
steps:
- uses: spring-io/spring-doc-actions/update-antora-spring-ui@e28269199d1d27975cf7f65e16d6095c555b3cd0
name: Update

Loading…
Cancel
Save