Changeset 18725 in josm for trunk/.github/workflows
- Timestamp:
- 2023-05-11T13:53:29+02:00 (2 years ago)
- Location:
- trunk/.github/workflows
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/.github/workflows/ant-test.yml ¶
r18670 r18725 1 1 name: Java CI Test 2 2 env: 3 junit_platform_version: '1. 7.2'3 junit_platform_version: '1.9.3' 4 4 on: 5 5 - push … … 20 20 matrix: 21 21 # test against latest update of each major Java version, as well as specific updates of LTS versions: 22 java: [8, 11, 17, 18, 19-ea]22 java: [8, 11, 17, 20, 21-ea] 23 23 os: [ubuntu-latest, macos-latest, windows-latest] 24 24 name: Java ${{ matrix.java }} on ${{ matrix.os }} -
TabularUnified 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.