GH-95 - Prepare next development iteration.

This commit is contained in:
Oliver Drotbohm
2025-02-14 17:15:16 +01:00
parent ef76b02061
commit 4338e296fc
4 changed files with 6 additions and 6 deletions

View File

@@ -2,7 +2,7 @@ name: CI Build
on:
push:
branches: [ main ]
branches: [ main, 3.1.x ]
pull_request:
branches: [ main ]
@@ -14,10 +14,10 @@ jobs:
steps:
- name: Check out sources
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Set up JDK 17
uses: actions/setup-java@v2
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: 17