Skip to content

Commit

Permalink
Added JDK 22 to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ethauvin committed Mar 21, 2024
1 parent 48eeada commit 0b24f08
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/bld.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name: bld-ci

on: [ push, pull_request, workflow_dispatch ]
on: [push, pull_request, workflow_dispatch]

jobs:
build-bld-project:
runs-on: ubuntu-latest

strategy:
matrix:
java-version: [ 17, 20 ]
java-version: [17, 21, 22]

steps:
- name: Checkout source repository
Expand All @@ -19,7 +19,7 @@ jobs:
- name: Set up JDK ${{ matrix.java-version }}
uses: actions/setup-java@v3
with:
distribution: 'zulu'
distribution: "zulu"
java-version: ${{ matrix.java-version }}

- name: Grant execute permission for bld
Expand All @@ -32,4 +32,5 @@ jobs:
run: >-
./bld compile test
-DtestsBadgeUrl=https://rife2.com/tests-badge/update/com.uwyn.rife2/rife2-renderers
-DtestsBadgeApiKey=${{ secrets.TESTS_BADGE_API_KEY }}
-DtestsBadgeApiKey=${{ secrets.TESTS_BADGE_API_KEY }}
Binary file modified lib/bld/bld-wrapper.jar
Binary file not shown.

0 comments on commit 0b24f08

Please sign in to comment.