Merge branch '3.1.x' into 3.2.x

This commit is contained in:
Andy Wilkinson
2024-04-15 17:16:11 +01:00
3 changed files with 7 additions and 3 deletions

View File

@@ -39,6 +39,7 @@ jobs:
- name: Check Out Code
uses: actions/checkout@v4
- name: Build
id: build
uses: ./.github/actions/build
with:
java-version: ${{ matrix.java.version }}