Skip to content

Merge remote-tracking branch 'origin/github_commits_graphql' into gitโ€ฆ #3848

Merge remote-tracking branch 'origin/github_commits_graphql' into gitโ€ฆ

Merge remote-tracking branch 'origin/github_commits_graphql' into gitโ€ฆ #3848

Workflow file for this run

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