Changeset 18725 in josm for trunk/.github/workflows/ant.yml


Ignore:
Timestamp:
2023-05-11T13:53:29+02:00 (18 months ago)
Author:
taylor.smock
Message:

Dependency updates

  • .github workflows:
    • Add Java 20, 21-ea, remove unsupported versions (Java 18, 19)
    • JavaFX: 17.0.2 -> 17.0.7
  • ivy.xml
    • jacoco: 0.8.8 -> 0.8.10
      • Support Java 19 and 20, experimental support for Java 21
    • equalsverifier: 3.12.3 -> 3.14.1
      • Add support for sealed types
      • Improved NPE error messages
      • Prefab values for java.io.PrintStream
    • Apache commons-compress: 1.22 -> 1.23.0
    • classgraph: 4.8.154 -> 4.8.158
    • JUnit: 5.9.2 -> 5.9.3
  • tools/ivy.xml
    • proguard-ant: 7.3.0 -> 7.3.2
      • Java 20 support
    • pmd: 6.53.0 -> 6.55.0 (last 6.x release)
      • Java 20 support
    • animal-sniffer-ant-tasks: 1.22 -> 1.23
      • Java 19+ support
File:
1 edited

Legend:

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

    r18670 r18725  
    11name: Java CI Build
    22env:
    3   junit_platform_version: '1.7.2'
    4   JAVAFX_VERSION: '17.0.2'
     3  junit_platform_version: '1.9.3'
     4  JAVAFX_VERSION: '17.0.7'
    55on:
    66  push:
     
    7070      matrix:
    7171        # test against latest update of each major Java version, as well as specific updates of LTS versions:
    72         java: [8, 11, 17, 18, 19-ea]
     72        java: [8, 11, 17, 20, 21-ea]
    7373        os: [ubuntu-latest, macos-latest, windows-latest]
    7474    name: Java ${{ matrix.java }} on ${{ matrix.os }}
Note: See TracChangeset for help on using the changeset viewer.