Changeset 19376 in josm


Ignore:
Timestamp:
2025-04-02T18:23:13+02:00 (5 days ago)
Author:
stoecker
Message:

add java 24

Location:
trunk/.github/workflows
Files:
2 edited

Legend:

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

    r19058 r19376  
    2020      matrix:
    2121        # test against latest update of each major Java version, as well as specific updates of LTS versions:
    22         java: [11, 17, 21, 22]
     22        java: [11, 17, 21, 22, 24]
    2323        os: [ubuntu-latest, macos-latest, windows-latest]
    2424    name: Java ${{ matrix.java }} on ${{ matrix.os }}
  • trunk/.github/workflows/ant.yml

    r19157 r19376  
    6969      matrix:
    7070        # test against latest update of each major Java version, as well as specific updates of LTS versions:
    71         java: [11, 17, 21, 22]
     71        java: [11, 17, 21, 22, 24]
    7272        os: [ubuntu-latest, macos-latest, windows-latest]
    7373    name: Java ${{ matrix.java }} on ${{ matrix.os }}
Note: See TracChangeset for help on using the changeset viewer.