Skip to content

Commit

Permalink
. e reformat arrays
Browse files Browse the repository at this point in the history
  • Loading branch information
JayBazuzi committed Jan 23, 2025
1 parent 2b20957 commit 9f3ebe2
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,19 @@ jobs:
strategy:
fail-fast: false
matrix:
java: ['16', '17', '18', '19', '20', '21', '23']
os: [ ubuntu, windows, macos ]
java:
# https://www.oracle.com/java/technologies/java-se-support-roadmap.html#:~:text=Oracle%20Java%20SE%20Product%20Releases
- '16'
- '17'
- '18'
- '19'
- '20'
- '21'
- '23'
os:
- ubuntu
- windows
- macos

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 9f3ebe2

Please sign in to comment.