Skip to content

Commit a98da53

Browse files
committed
Fix branch references for CI
1 parent 01e1dac commit a98da53

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: CI
22

33
on:
44
push:
5-
branches: [ master ]
5+
branches: [ main ]
66
pull_request:
7-
branches: [ master ]
7+
branches: [ main ]
88

99
jobs:
1010
build:

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
<dependency>
5656
<groupId>org.testng</groupId>
5757
<artifactId>testng</artifactId>
58-
<version>6.14.2</version>
58+
<version>7.9.0</version>
5959
<scope>test</scope>
6060
</dependency>
6161
</dependencies>

0 commit comments

Comments
 (0)