Remove out of support versions from CI configuration
This commit is contained in:
4
.github/workflows/java-21.yml
vendored
4
.github/workflows/java-21.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user