Skip to content

Commit

Permalink
Removed java version 21.0.1+12.0.LTS to action github
Browse files Browse the repository at this point in the history
  • Loading branch information
jadsonbr committed Dec 19, 2023
1 parent 6eb918b commit 6ad17f8
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
strategy:
matrix:
python-version: [3.8, 3.9, '3.10', 3.11]
# java-version: [9, 10, 11, 12, 13, 14, 15, 17, 21]
java-version: ['11.0.21+9', '16.0.2+7', '17.0.9+9', '18.0.2+101', '19.0.2+7', '20.0.2+9', '21.0.1+12.0.LTS']
# java-version: ['11.0.21+9', '16.0.2+7', '17.0.9+9', '18.0.2+101', '19.0.2+7', '20.0.2+9', '21.0.1+12.0.LTS']
java-version: ['11.0.21+9', '16.0.2+7', '17.0.9+9', '18.0.2+101', '19.0.2+7', '20.0.2+9']
steps:
- uses: actions/checkout@v4
- name: Set up JDK ${{ matrix.java-version }}
Expand All @@ -44,7 +44,8 @@ jobs:
strategy:
matrix:
python-version: [3.8, 3.9, '3.10', 3.11]
java-version: ['11.0.20+101', '16.0.2+7', '17.0.9+9.1', '18.0.2+101', '19.0.2+7', '20.0.2+9', '21.0.1+12.1.LTS']
# java-version: ['11.0.20+101', '16.0.2+7', '17.0.9+9.1', '18.0.2+101', '19.0.2+7', '20.0.2+9', '21.0.1+12.1.LTS']
java-version: ['11.0.20+101', '16.0.2+7', '17.0.9+9.1', '18.0.2+101', '19.0.2+7', '20.0.2+9']
steps:
- uses: actions/checkout@v4
- name: Set up JDK ${{ matrix.java-version }}
Expand All @@ -70,7 +71,8 @@ jobs:
strategy:
matrix:
python-version: [3.8, 3.9, '3.10', 3.11]
java-version: ['11.0.21+9', '16.0.2+7', '17.0.9+9', '18.0.2+101', '19.0.2+7', '20.0.2+9', '21.0.1+12.0.LTS']
# java-version: ['11.0.21+9', '16.0.2+7', '17.0.9+9', '18.0.2+101', '19.0.2+7', '20.0.2+9', '21.0.1+12.0.LTS']
java-version: ['11.0.21+9', '16.0.2+7', '17.0.9+9', '18.0.2+101', '19.0.2+7', '20.0.2+9']
steps:
- uses: actions/checkout@v4
- name: Set up JDK ${{ matrix.java-version }}
Expand Down

0 comments on commit 6ad17f8

Please sign in to comment.