Skip to content

Commit

Permalink
Remove Java 16 support
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximPlusov committed May 10, 2024
1 parent 7052f49 commit 3935aa8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ jobs:
name: Checkout and Build
runs-on: ubuntu-latest

continue-on-error: true

strategy:
fail-fast: false
matrix:
Expand All @@ -20,6 +18,7 @@ jobs:
- uses: actions/checkout@v4
- name: JDK setup
uses: actions/setup-java@v4
continue-on-error: true
with:
java-version: ${{ matrix.java-version }}
distribution: 'temurin'
Expand Down
2 changes: 1 addition & 1 deletion org.verapdf/src/org/verapdf/Model.xtext
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Attribute:
Property | Link
;

Property:
Propert
(comment += COMMENT)*
'property' name = ID ':' type = ('String' | 'Integer' | 'Decimal' | 'Boolean' | 'Set<String>' | 'List<String>' | 'List<List<String>>')';'
;
Expand Down

0 comments on commit 3935aa8

Please sign in to comment.