Skip to content

Commit

Permalink
revert java 18 support
Browse files Browse the repository at this point in the history
  • Loading branch information
andre15silva committed Apr 14, 2022
1 parent 9d84675 commit 445ea8e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ jobs:

strategy:
matrix:
java-version: [ 8 , 11 , 16 , 18 ]
compiler-version: [ 1.1 , 1.2 , 1.3 , 1.4 , 5 , 6 , 7 , 8 , 9 , 10 , 11 , 12 , 13 , 14 , 15 , 16 , 17 , 18 ]
java-version: [ 8 , 11 , 16 , 17 ]
compiler-version: [ 1.1 , 1.2 , 1.3 , 1.4 , 5 , 6 , 7 , 8 , 9 , 10 , 11 , 12 , 13 , 14 , 15 , 16 , 17 ]
os: [ ubuntu-latest , macos-latest , windows-latest ]

steps:
Expand All @@ -30,8 +30,7 @@ jobs:
shell: bash
env:
SRC_VERSION: ${{ matrix.compiler-version }}

- name: Build and run tests
- name: Build and run tests
run: mvn --batch-mode clean test
if: ${{ matrix.compiler-version <= matrix.java-version && (matrix.java-version < 14 || matrix.compiler-version >= 7) && (matrix.java-version < 11 || matrix.compiler-version >= 6) }}
env:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
* **Ease of use**: With an intuitive, reliable and stable API, flacoco can be easily used in other projects such as automated program repair tools.
* **Compatibility**:
* Supports JUnit3, Junit4 and JUnit5.
* Supports Java 1 to Java 18 bytecode.
* Runs on Java 8 to Java 18.
* Supports Java 1 to Java 17 bytecode.
* Runs on Java 8 to Java 17.
* Runs on Linux, MacOS and Windows.
* **Stability**: Tests are executed in an isolated JVM.

Expand Down

0 comments on commit 445ea8e

Please sign in to comment.