Skip to content

Commit

Permalink
[JBVFS-218] CI runs on JDK11 and above only
Browse files Browse the repository at this point in the history
  • Loading branch information
ropalka committed Feb 16, 2024
1 parent fbdea7f commit df45276
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
matrix:
os: [ubuntu-latest, windows-latest]
jdk-distribution: [temurin, adopt-openj9]
jdk-version: [8, 11, 17]
jdk-version: [11, 17]
steps:
- name: Configure runner - Linux
if: contains(matrix.os, 'ubuntu')
Expand Down

0 comments on commit df45276

Please sign in to comment.