Skip to content

Commit

Permalink
Stop CI testing on Java 8 #2287
Browse files Browse the repository at this point in the history
  • Loading branch information
ppalaga committed Mar 26, 2021
1 parent 6ccd2fb commit f5a8ad0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ jobs:
strategy:
fail-fast: false
matrix:
java: [ '8' , '11', '15' ]
java: [ '11', '15' ]
env:
MAVEN_OPTS: -Xmx3000m
steps:
Expand Down Expand Up @@ -328,7 +328,7 @@ jobs:
strategy:
fail-fast: false
matrix:
java: [ '8' , '11', '15' ]
java: [ '11', '15' ]
steps:
- name: Setup apache-snapshots profile
if: github.ref == 'refs/heads/camel-master' || github.base_ref == 'camel-master'
Expand Down

0 comments on commit f5a8ad0

Please sign in to comment.