Skip to content

Commit

Permalink
Use java 8 as base for pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
abashev committed Aug 8, 2023
1 parent a1f6298 commit 9859a24
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull-requests.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build with integration tests and code coverage
name: Build pull request with simple check

on:
pull_request:
Expand All @@ -19,7 +19,7 @@ jobs:
- name: Set up JDK
uses: actions/setup-java@v3
with:
java-version: 11
java-version: 8
distribution: 'liberica'
cache: 'maven'

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
<version>7.8.0</version>
<version>7.5.1</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 9859a24

Please sign in to comment.