Skip to content

Commit

Permalink
test with java 17
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeloffner committed Feb 28, 2024
1 parent aff20de commit 3ae6749
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.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Set up JDK 11
uses: actions/setup-java@v3
with:
java-version: '11'
java-version: '17'
distribution: 'adopt'
- name: Cache Maven packages
uses: actions/cache@v3
Expand Down
2 changes: 1 addition & 1 deletion tests/ImageCrop.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ component extends="org.lucee.cfml.test.LuceeTestCase" labels="image" {
}

public void function testImage() localmode="true"{
systemOutput(server,1,1);
systemOutput("java.version: "&server.java.version,1,1);
ImageCrop(image,10,10,100,100);
}
}
Expand Down

0 comments on commit 3ae6749

Please sign in to comment.