Skip to content

Commit

Permalink
Update common files (#601)
Browse files Browse the repository at this point in the history
  • Loading branch information
micronaut-build authored Feb 28, 2024
1 parent 820a0b5 commit 8f0c600
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/graalvm-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,14 @@ jobs:
strategy:
max-parallel: 6
matrix:
java: ['dev']
distribution: ['graalvm-community']
java: ['dev', 'latest-ea']
distribution: ['graalvm-community', 'graalvm']
native_test_task: ${{ fromJson(needs.build_matrix.outputs.matrix).native_test_task }}
include:
- java: '22-ea'
exclude:
- java: 'dev'
distribution: 'graalvm'
- java: 'latest-ea'
distribution: 'graalvm-community'
env:
GRADLE_ENTERPRISE_ACCESS_KEY: ${{ secrets.GRADLE_ENTERPRISE_ACCESS_KEY }}
GRADLE_ENTERPRISE_CACHE_USERNAME: ${{ secrets.GRADLE_ENTERPRISE_CACHE_USERNAME }}
Expand Down

0 comments on commit 8f0c600

Please sign in to comment.