Skip to content

Commit

Permalink
fix the PR builder failure
Browse files Browse the repository at this point in the history
  • Loading branch information
DilshanSenarath committed Aug 3, 2023
1 parent 4593245 commit b307efb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

strategy:
matrix:
java-version: [ 11, 17 ]
java-version: [ 11.0.19+7 ]
steps:
- uses: actions/checkout@v2
- name: Set up Adopt JDK 11 and 17
Expand Down

0 comments on commit b307efb

Please sign in to comment.