diff --git a/.github/workflows/bld.yml b/.github/workflows/bld.yml index 2b0ba38..ddcc35c 100644 --- a/.github/workflows/bld.yml +++ b/.github/workflows/bld.yml @@ -8,7 +8,7 @@ jobs: strategy: matrix: - java-version: [ 17, 20 ] + java-version: [ 17, 19, 20 ] steps: - name: Checkout source repository @@ -29,4 +29,4 @@ jobs: run: ./bld download - name: Run tests with bld - run: ./bld compile test + run: ./bld compile test \ No newline at end of file diff --git a/.idea/copyright/Apache_License.xml b/.idea/copyright/Apache_License.xml index 15687f4..206aa7d 100644 --- a/.idea/copyright/Apache_License.xml +++ b/.idea/copyright/Apache_License.xml @@ -1,6 +1,6 @@ - \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml index d573dd7..dbe3041 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -1,4 +1,3 @@ - @@ -33,7 +32,6 @@