Removing 1.4.x because it reached EOCS (#844)

This commit is contained in:
Alberto C. Ríos
2023-09-06 10:37:24 +02:00
committed by GitHub
parent 80f264730e
commit e2f1a7cc11
6 changed files with 10 additions and 30 deletions

View File

@@ -2,9 +2,9 @@ name: Java 8 baseline build
on:
push:
branches: [ 1.6.x, 1.5.x, 1.4.x ]
branches: [ 1.6.x, 1.5.x ]
pull_request:
branches: [ 1.6.x, 1.5.x, 1.4.x ]
branches: [ 1.6.x, 1.5.x ]
jobs:
build: