Skip to content

Commit

Permalink
Update ci.yml to remove jdk8
Browse files Browse the repository at this point in the history
  • Loading branch information
reswqa committed Oct 22, 2024
1 parent 1f35ca3 commit b50a61b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
strategy:
fail-fast: false
matrix:
java_version: [ 8, 11, 17, 21 ]
java_version: [ 11, 17, 21 ]
steps:
- uses: actions/checkout@v4
- name: "Build images"
Expand Down

0 comments on commit b50a61b

Please sign in to comment.