Merge remote-tracking branch 'origin/github_commits_graphql' into gitโฆ #3848
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: CI - Java | |
# CI for our project as a GitHub action | |
# see https://help.github.com/en/actions/language-and-framework-guides/building-and-testing-java-with-maven | |
on: | |
push: | |
branches: | |
- '**' # should match all branches | |
jobs: | |
ci_java: | |
uses: ./.github/workflows/build-java.yaml | |
with: | |
java-version: '17' # 21 is LTS, so fair that this should be our default |