diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index cc53a38..69ee622 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -12,7 +12,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-22.04, windows-2019] - java: [6, 7, 7.0.121, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22] + java: [6, 7, 7.0.121, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v2