Skip to content

Commit

Permalink
correcting configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
jainsahab committed Jul 27, 2023
1 parent bd6a3a2 commit c3e951e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/graalvmIntegrationTests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,13 @@ jobs:
strategy:
fail-fast: false
matrix:
java: ['11', '17', '17.0.7']
distribution: ['graalvm', '']
include:
- java: '11'
version: '22.3.2'
- java: '17'
version: '22.3.2'
- distribution: 'graalvm'
version: '17.0.7'
- java: '17.0.7'
distribution: 'graalvm'
permissions:
contents: 'read'
id-token: 'write'
Expand Down

0 comments on commit c3e951e

Please sign in to comment.