Skip to content

Commit

Permalink
Set minimum Java to 19
Browse files Browse the repository at this point in the history
  • Loading branch information
dhadka authored Aug 5, 2024
1 parent 172ebef commit 2a8a3b0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,11 @@ on:
required: true
description: Java version
options:
- '17'
- '18'
- '19'
- '20'
- '21'
- '22'
default: '17'
default: '19'

env:
SAMPLES: ${{ inputs.samples || '10' }}
Expand Down

0 comments on commit 2a8a3b0

Please sign in to comment.