Browse Source

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

master
Valery Yatsynovich 1 month 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
strategy:
matrix:
java: [ 8, 11, 17, 18, 21 ]
java: [ 8, 11, 17, 21 ]
fail-fast: false
max-parallel: 4
name: JDK ${{ matrix.java }}

Loading…
Cancel
Save