From 9dcab9995b2168770eb7194807d58b0c85a971fe Mon Sep 17 00:00:00 2001 From: Jay Bazuzi Date: Thu, 23 Jan 2025 14:51:47 -0800 Subject: [PATCH] . e reformat arrays --- .github/workflows/test.yml | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 929c31fba..af195e3a8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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