Changeset 18225 in josm for trunk/.github/workflows/ant.yml
- Timestamp:
- 2021-09-15T00:16:42+02:00 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/ant.yml
r18161 r18225 4 4 # ANT_HOME is also our ant version 5 5 ANT_HOME: 'apache-ant-1.10.11' 6 JAVAFX_VERSION: '1 6'6 JAVAFX_VERSION: '17' 7 7 on: 8 8 push: … … 72 72 matrix: 73 73 # test against latest update of each major Java version, as well as specific updates of LTS versions: 74 java: [8, 11, 1 6, 17-ea, 18-ea]74 java: [8, 11, 17, 18-ea] 75 75 os: [ubuntu-latest, macos-latest, windows-latest] 76 76 name: Java ${{ matrix.java }} on ${{ matrix.os }}
Note:
See TracChangeset
for help on using the changeset viewer.