Ignore:
Timestamp:
2024-04-25T23:42:21+02:00 (5 weeks ago)
Author:
taylor.smock
Message:

GitHub CI: Fix deprecation warnings for CodeQL and checkstyle workflows

Also drop Java 8 from ant-test.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.github/workflows/ant-test.yml

    r19030 r19058  
    2020      matrix:
    2121        # test against latest update of each major Java version, as well as specific updates of LTS versions:
    22         java: [8, 11, 17, 21, 22]
     22        java: [11, 17, 21, 22]
    2323        os: [ubuntu-latest, macos-latest, windows-latest]
    2424    name: Java ${{ matrix.java }} on ${{ matrix.os }}
Note: See TracChangeset for help on using the changeset viewer.