Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
BarDweller committed Apr 29, 2024
1 parent 08322ff commit 1e99397
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
java: [8, 11]
java: [8, 11, 17, 21]
steps:
- name: Checkout
uses: actions/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
java: [8, 11, 17]
java: [8, 11, 17, 21]
jbang: [0.84.2]
steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion samples/hello-quarkus/pack.java
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
//DEPS ${env.CURRENT_WORKFLOW_DEP}
import java.io.File;
import dev.snowdrop.buildpack.*;
import dev.snowdrop.buidpack.config.*;
import dev.snowdrop.buildpack.config.*;
import dev.snowdrop.buildpack.docker.*;

public class pack {
Expand Down
2 changes: 1 addition & 1 deletion samples/hello-spring/pack.java
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
//DEPS ${env.CURRENT_WORKFLOW_DEP}
import java.io.File;
import dev.snowdrop.buildpack.*;
import dev.snowdrop.buidpack.config.*;
import dev.snowdrop.buildpack.config.*;
import dev.snowdrop.buildpack.docker.*;

public class pack {
Expand Down

0 comments on commit 1e99397

Please sign in to comment.