Skip to content

Commit

Permalink
Merge pull request #22 from saschpe/saschpe.jdk-up
Browse files Browse the repository at this point in the history
Update GitHub Actions workflow for package permissions and JDK versions
  • Loading branch information
saschpe authored Feb 6, 2025
2 parents ed71823 + f6aafd4 commit 2d7a6f1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,12 @@ jobs:
strategy:
max-parallel: 3
matrix:
jdk: [ 17.0.13_11, 21.0.5_11, 22.0.2_9 ]
jdk: [ 17.0.14_7, 21.0.6_7, 22.0.2_9 ]
android: [ 34, 35 ]
ndk: [ 26.3.11579264, 27.2.12479018 ]
cmake: [ 3.31.1 ]
permissions:
packages: write
steps:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
Expand Down

0 comments on commit 2d7a6f1

Please sign in to comment.