-1
This is backward. Java 15 is the current version, not 14, and neither are
LTS. Please revert.

Gary

On Fri, Oct 2, 2020 at 5:21 PM <aherb...@apache.org> wrote:

> This is an automated email from the ASF dual-hosted git repository.
>
> aherbert pushed a commit to branch master
> in repository https://gitbox.apache.org/repos/asf/commons-csv.git
>
> commit f7e34671c3d1a8b590b8ee8d0ff82b62579d80fa
> Author: Alex Herbert <aherb...@apache.org>
> AuthorDate: Fri Oct 2 22:21:41 2020 +0100
>
>     Test on Java LTS 14 and remove Java 15
>
>     Java 15 is replaced by the experimental java 16-ea
> ---
>  .github/workflows/maven.yml | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
> index 9bd42c0..cddb676 100644
> --- a/.github/workflows/maven.yml
> +++ b/.github/workflows/maven.yml
> @@ -24,7 +24,7 @@ jobs:
>      continue-on-error: ${{ matrix.experimental }}
>      strategy:
>        matrix:
> -        java: [ 8, 11, 15 ]
> +        java: [ 8, 11, 14 ]
>          experimental: [false]
>          include:
>            - java: 16-ea
>
>

Reply via email to