Skip to content

Commit

Permalink
Reduce CI build time by testing only java 17 + java 20 versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
Maksim Kostromin committed Sep 11, 2023
1 parent ba392ba commit f613f2e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
|| !startsWith(github.event.inputs.trigger, 'M')
strategy:
matrix:
java: [17, 18, 19, 20]
java: [17, 20]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
Expand All @@ -38,7 +38,7 @@ jobs:
|| !startsWith(github.event.inputs.trigger, 'M')
strategy:
matrix:
java: [17, 18, 19, 20]
java: [17, 20]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
|| !startsWith(github.event.inputs.trigger, 'M')
strategy:
matrix:
java: [17, 18, 19, 20]
java: [17, 20]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
|| !startsWith(github.event.inputs.trigger, 'M')
strategy:
matrix:
java: [17, 18, 19, 20]
java: [17, 20]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
Expand Down Expand Up @@ -152,7 +152,7 @@ jobs:
|| !startsWith(github.event.inputs.trigger, 'M')
strategy:
matrix:
java: [17, 18, 19, 20]
java: [17, 20]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
Expand Down Expand Up @@ -204,7 +204,7 @@ jobs:
|| !startsWith(github.event.inputs.trigger, 'M')
strategy:
matrix:
java: [17, 18, 19, 20]
java: [17, 20]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/updates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
|| !startsWith(github.event.inputs.trigger, 'M')
strategy:
matrix:
java: [17, 18, 19, 20]
java: [17, 20]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
Expand Down

0 comments on commit f613f2e

Please sign in to comment.