Skip to content

Commit

Permalink
ICU-22336 Also test with the current latest version of Java
Browse files Browse the repository at this point in the history
  • Loading branch information
echeran committed Mar 25, 2023
1 parent 3867acf commit 3af174f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/icu_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,11 @@ jobs:
# ICU4J build and unit test using Ant
icu4j-ant-build-and-test:
name: Build and test with Ant for Java version
strategy:
fail-fast: false
matrix:
java-version: [ '8', '11', '17' ]
java-version: [ '8', '11', '17', '20' ] # All LTS versions plus latest version
runs-on: ubuntu-latest
steps:
- name: Checkout and setup
Expand Down Expand Up @@ -74,7 +75,7 @@ jobs:
strategy:
fail-fast: false
matrix:
java-version: [ '8', '11', '17' ]
java-version: [ '8', '11', '17', '20' ] # All LTS versions plus latest version
steps:
- name: Checkout and setup
uses: actions/checkout@v2
Expand All @@ -99,7 +100,7 @@ jobs:
strategy:
fail-fast: false
matrix:
java-version: [ '8', '11', '17' ]
java-version: [ '8', '11', '17', '20' ] # All LTS versions plus latest version
steps:
- name: Checkout and setup
uses: actions/checkout@v2
Expand Down

0 comments on commit 3af174f

Please sign in to comment.