Skip to content

Commit

Permalink
Merge pull request #1094 from grpc-ecosystem/java21-support
Browse files Browse the repository at this point in the history
Add Java 21 compilation to CI
  • Loading branch information
yidongnan authored Oct 24, 2024
2 parents 4363260 + 5f1a7a5 commit d889053
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
java: ['17']
java: ['17', '21']
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
java: ['17']
java: ['17', '21']
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ buildscript {
}
}
ext {
projectVersion = '3.1.0.RELEASE'
projectVersion = '3.2.0-SNAPSHOT'

// https://github.com/grpc/grpc-java/releases
grpcVersion = '1.63.0'
Expand Down

0 comments on commit d889053

Please sign in to comment.