Skip to content

Commit

Permalink
update java version
Browse files Browse the repository at this point in the history
  • Loading branch information
phillipgr4vy committed Jul 8, 2024
1 parent c59b794 commit 35419c8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: actions/setup-java@v2
with:
distribution: 'temurin' # See 'Supported distributions' for available options
java-version: '17'
java-version: '18'

- name: Install dependencies & run tests
env:
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<artifactId>gr4vy</artifactId>
<packaging>jar</packaging>
<name>gr4vy</name>
<version>0.29.1</version>
<version>0.29.2</version>
<url>https://gr4vy.com</url>
<description>Gr4vy Java SDK</description>

Expand Down Expand Up @@ -259,7 +259,7 @@
</dependency>
</dependencies>
<properties>
<java.version>1.7</java.version>
<java.version>1.8</java.version>
<maven.compiler.source>${java.version}</maven.compiler.source>
<maven.compiler.target>${java.version}</maven.compiler.target>
<gson-fire-version>1.8.5</gson-fire-version>
Expand Down

0 comments on commit 35419c8

Please sign in to comment.