Skip to content

Commit

Permalink
👷 Adding CI build system. java21
Browse files Browse the repository at this point in the history
  • Loading branch information
lbw committed Nov 7, 2023
1 parent 616a793 commit 43111dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: PIG 构建action

on:
push:
branches: [ master,dev ]
branches: [ master,jdk17,jdk21 ]
pull_request:
branches: [ master,dev ]

Expand All @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
java-version: [ 8, 11 ]
java-version: [ 21 ]
steps:
- uses: actions/checkout@v2
- name: Set up JDK ${{ matrix.java-version }}
Expand Down

0 comments on commit 43111dc

Please sign in to comment.