Remove out of support versions from CI configuration

This commit is contained in:
Roy Clarkson
2025-03-19 15:29:03 -04:00
parent 978c06df74
commit 3ee9d601da
5 changed files with 4 additions and 88 deletions

View File

@@ -5,9 +5,9 @@ name: Java 21
on:
push:
branches: [ 3.3.*, 3.2.*, 3.1.*, 3.0.* ]
branches: [ 3.3.*, 3.2.* ]
pull_request:
branches: [ 3.3.*, 3.2.*, 3.1.*, 3.0.* ]
branches: [ 3.3.*, 3.2.* ]
jobs:
build: