Changeset 18725 in josm for trunk/.github/workflows/ant.yml
- Timestamp:
- 2023-05-11T13:53:29+02:00 (18 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/ant.yml
r18670 r18725 1 1 name: Java CI Build 2 2 env: 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' 5 5 on: 6 6 push: … … 70 70 matrix: 71 71 # 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] 73 73 os: [ubuntu-latest, macos-latest, windows-latest] 74 74 name: Java ${{ matrix.java }} on ${{ matrix.os }}
Note:
See TracChangeset
for help on using the changeset viewer.