Skip to content

[deps]: Update ubuntu to v24 (#102) #307

[deps]: Update ubuntu to v24 (#102)

[deps]: Update ubuntu to v24 (#102) #307

Workflow file for this run

name: Build & Test
on:
push:
branches:
- main
- development
pull_request:
branches:
- main
jobs:
build-maven:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: Set up JDK 1.8
uses: actions/setup-java@2dfa2011c5b2a0f1489bf9e433881c92c1631f88 # v4.3.0
with:
java-version: '8'
distribution: 'temurin'
- name: Build and Test
run: mvn --batch-mode package