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 1e5d76b commit d6dddc7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,10 @@ jobs:
S3_GOOGLE_SECRET_KEY: ${{ secrets.S3_GOOGLE_SECRET_KEY }}
S3_GOOGLE_HOST: storage.googleapis.com
S3_GOOGLE_BUCKET_PREFIX: lucee-ldev-e-
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
4 changes: 2 additions & 2 deletions 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>s3-extension</artifactId>
<version>2.0.2.18-RC</version>
<version>2.0.2.18-SNAPSHOT</version>
<packaging>pom</packaging>
<name>S3 Extension</name>

Expand Down Expand Up @@ -63,7 +63,7 @@
</developers>

<description>Core Extension to integrate Amazon Simple Storage Service (S3) Resource into Lucee.</description>
<url>https://github.com/lucee/extension-kinesis</url>
<url>https://github.com/lucee/extension-s3</url>

<profiles>
<profile>
Expand Down

0 comments on commit d6dddc7

Please sign in to comment.