Skip to content

Commit f613f2e

Browse files
author
Maksim Kostromin
committed
Reduce CI build time by testing only java 17 + java 20 versions.
1 parent ba392ba commit f613f2e

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/tests.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
|| !startsWith(github.event.inputs.trigger, 'M')
1212
strategy:
1313
matrix:
14-
java: [17, 18, 19, 20]
14+
java: [17, 20]
1515
runs-on: ubuntu-latest
1616
steps:
1717
- uses: actions/checkout@v1
@@ -38,7 +38,7 @@ jobs:
3838
|| !startsWith(github.event.inputs.trigger, 'M')
3939
strategy:
4040
matrix:
41-
java: [17, 18, 19, 20]
41+
java: [17, 20]
4242
runs-on: ubuntu-latest
4343
steps:
4444
- uses: actions/checkout@v1
@@ -76,7 +76,7 @@ jobs:
7676
|| !startsWith(github.event.inputs.trigger, 'M')
7777
strategy:
7878
matrix:
79-
java: [17, 18, 19, 20]
79+
java: [17, 20]
8080
runs-on: ubuntu-latest
8181
steps:
8282
- uses: actions/checkout@v1
@@ -114,7 +114,7 @@ jobs:
114114
|| !startsWith(github.event.inputs.trigger, 'M')
115115
strategy:
116116
matrix:
117-
java: [17, 18, 19, 20]
117+
java: [17, 20]
118118
runs-on: ubuntu-latest
119119
steps:
120120
- uses: actions/checkout@v1
@@ -152,7 +152,7 @@ jobs:
152152
|| !startsWith(github.event.inputs.trigger, 'M')
153153
strategy:
154154
matrix:
155-
java: [17, 18, 19, 20]
155+
java: [17, 20]
156156
runs-on: ubuntu-latest
157157
steps:
158158
- uses: actions/checkout@v1
@@ -204,7 +204,7 @@ jobs:
204204
|| !startsWith(github.event.inputs.trigger, 'M')
205205
strategy:
206206
matrix:
207-
java: [17, 18, 19, 20]
207+
java: [17, 20]
208208
runs-on: ubuntu-latest
209209
steps:
210210
- uses: actions/checkout@v1

.github/workflows/updates.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
|| !startsWith(github.event.inputs.trigger, 'M')
1818
strategy:
1919
matrix:
20-
java: [17, 18, 19, 20]
20+
java: [17, 20]
2121
runs-on: ubuntu-latest
2222
steps:
2323
- uses: actions/checkout@v1

0 commit comments

Comments
 (0)