Skip to content

Commit

Permalink
Liquibase 4.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
filipelautert committed Nov 15, 2023
1 parent 074a72d commit 78048f8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
uses: liquibase/build-logic/.github/workflows/[email protected]
secrets: inherit
with:
java: '[17, 18]'
os: '["ubuntu-latest", "windows-latest"]'
java: '[17, 21]'
os: '["ubuntu-latest"]'

hibernate-test:
name: Test Hibernate ${{ matrix.hibernate }}
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<groupId>org.liquibase.ext</groupId>
<artifactId>liquibase-hibernate6</artifactId>
<version>4.24.1-SNAPSHOT</version>
<version>4.25.0-SNAPSHOT</version>

<name>Liquibase Hibernate Integration</name>
<description>Liquibase extension for hibernate integration including generating changesets based on changed
Expand Down Expand Up @@ -53,7 +53,7 @@
<properties>
<hibernate.version>6.3.1.Final</hibernate.version>
<spring.version>6.0.13</spring.version>
<liquibase.version>4.24.0</liquibase.version>
<liquibase.version>4.25.0</liquibase.version>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
</properties>
Expand Down

0 comments on commit 78048f8

Please sign in to comment.