File tree 3 files changed +7
-14
lines changed
3 files changed +7
-14
lines changed Original file line number Diff line number Diff line change @@ -11,17 +11,18 @@ permissions:
11
11
jobs :
12
12
build :
13
13
# Do we want wide matrix build? For now, limited
14
- runs-on : ${{ matrix.os }}
14
+ runs-on : ubuntu-latest
15
15
strategy :
16
16
fail-fast : false
17
17
matrix :
18
18
# 03-Jun-2024, tatu: Apparently Scala won't like JDK 21
19
19
java_version : ['8', '11', '17']
20
- os : ['ubuntu-22.04']
21
20
env :
22
21
JAVA_OPTS : " -XX:+TieredCompilation -XX:TieredStopAtLevel=1"
23
22
steps :
24
23
- uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
24
+ with :
25
+ ref : 2.x
25
26
- name : Set up JDK
26
27
uses : actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9 # v4.2.1
27
28
with :
Original file line number Diff line number Diff line change 1
1
name : Build and Run Tests
2
2
on :
3
3
push :
4
- branches :
5
- - 3.x
6
- - " 2.19"
4
+ branches : [2.*]
7
5
pull_request :
8
- branches :
9
- - 3.x
10
- - " 2.19"
11
- # Also run once per day anyway, at 10:00 UTC (18:00 PT)
12
- schedule :
13
- - cron : " 0 10 * * *"
6
+ branches : [2.*]
14
7
permissions :
15
8
contents : read
16
9
17
10
jobs :
18
11
build :
19
- runs-on : ${{ matrix.os }}
12
+ runs-on : ubuntu-latest
20
13
strategy :
21
14
fail-fast : false
22
15
matrix :
23
16
java_version : ['17', '21', '23']
24
- os : ['ubuntu-22.04']
25
17
env :
26
18
JAVA_OPTS : " -XX:+TieredCompilation -XX:TieredStopAtLevel=1"
27
19
steps :
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >com.fasterxml.jackson</groupId >
6
6
<artifactId >jackson-bom</artifactId >
7
- <version >2.19.0-rc2 </version >
7
+ <version >2.19.0</version >
8
8
</parent >
9
9
10
10
<artifactId >jackson-benchmarks</artifactId >
You can’t perform that action at this time.
0 commit comments