Skip to content

Commit

Permalink
ci: run builds on java 8 and 11
Browse files Browse the repository at this point in the history
  • Loading branch information
Prototik committed Jan 8, 2024
1 parent 3a84ffc commit 6a07463
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
gradle: [ '8.6-rc-1', '8.5', '8.0.2', '7.0.2' ]
java: [ 8, 11, 17, 21 ]
gradle: [ '8.6-rc-1', '8.5', '8.0.2', '7.0.2', '6.9' ]
java: [ 8, 11 ]
steps:
- name: Checkout sources
uses: actions/checkout@v4
Expand Down

0 comments on commit 6a07463

Please sign in to comment.