Browse Source

[CI] Remove Java 18 from build matrix (#1005)

master
Valery Yatsynovich 2 months ago committed by GitHub
parent
commit
45333e0a31
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      .github/workflows/ci.yml

2
.github/workflows/ci.yml

@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy: strategy:
matrix: matrix:
java: [ 8, 11, 17, 18, 21 ] java: [ 8, 11, 17, 21 ]
fail-fast: false fail-fast: false
max-parallel: 4 max-parallel: 4
name: JDK ${{ matrix.java }} name: JDK ${{ matrix.java }}

Loading…
Cancel
Save