Merge branch '3.0.x'

This commit is contained in:
Ryan Baxter
2023-06-15 11:45:58 -04:00

View File

@@ -22,7 +22,7 @@ jobs:
- name: setup project jdk-17
id: jdk_17
uses: ./.github/workflows/composites/setup-jdk17
if: env.BASE_BRANCH == 'main'
if: env.BASE_BRANCH == 'main' || env.BASE_BRANCH == '3.0.x'
- name: setup project jdk-8
uses: ./.github/workflows/composites/setup-jdk1.8