Skip to content

Commit

Permalink
update lucee versions for GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
zspitzer committed Jun 9, 2023
1 parent c23281b commit c96a43b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main-5.4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
# Maps port 6379 on service container to the host
- 6379:6379
env:
luceeVersion: light-5.4.0.66-SNAPSHOT
luceeVersion: light-5.4.0.77-RC

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
# Maps port 6379 on service container to the host
- 6379:6379
env:
luceeVersion: light-6.0.0.419-SNAPSHOT
luceeVersion: light-6.0.0.451-BETA

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit c96a43b

Please sign in to comment.