Skip to content

Commit

Permalink
sandbox: brute force
Browse files Browse the repository at this point in the history
  • Loading branch information
mbien committed Feb 2, 2024
1 parent d6451f8 commit 9f45a89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2017,7 +2017,7 @@ jobs:
timeout-minutes: 60
strategy:
matrix:
java: [ '17' ]
java: [ '17.0.1', '17.0.5', '17', '21' ]
steps:

- name: Set up JDK ${{ matrix.java }}
Expand Down Expand Up @@ -2532,7 +2532,7 @@ jobs:
timeout-minutes: 60
strategy:
matrix:
java: [ '17' ]
java: [ '11.0.1', '11.0.5', '11.0.10', '11.0.20', '11', '17.0.1', '17.0.5', '17', '21' ]

steps:
- name: Set up JDK ${{ matrix.java }}
Expand Down

0 comments on commit 9f45a89

Please sign in to comment.