Skip to content

Commit

Permalink
set Lucee test versions dynamically
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeloffner committed Jun 24, 2024
1 parent 5e60109 commit 5c09870
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,10 @@ jobs:
MYSQL_PASSWORD: lucee
MYSQL_PORT: 3306
MYSQL_DATABASE: lucee
LUCEE_VERSIONS: ${{ vars.LUCEE_VERSIONS }}
strategy:
matrix:
lucee:
- { version: 'light-5.4.6.9', query: '5/all/light' }
- { version: 'light-6.0.3.1', query: '6.0/all/light' }
- { version: 'light-6.1.0.206-SNAPSHOT', query: '6.1/all/light' }
lucee: ${{ fromJSON(vars.LUCEE_VERSIONS) }}
services:
minio:
image: fclairamb/minio-github-actions
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.lucee</groupId>
<artifactId>hibernate-extension</artifactId>
<version>3.5.5.89</version>
<version>3.5.6.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Hibernate Extension</name>

Expand Down

0 comments on commit 5c09870

Please sign in to comment.