Skip to content

Commit

Permalink
TAP5-2771: Upgrade to Spock 2.3 (#47)
Browse files Browse the repository at this point in the history
* TAP5-2771: Upgrade to Spock 2.3

* Removed Java 8 from setup.
  • Loading branch information
vjlamp committed Mar 15, 2024
1 parent f58f36a commit 6637b7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
java: [ 8, 11, 17 ]
java: [ 11, 17 ]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ project.ext.versions = [
testng: "6.14.3",
easymock: "3.3.1",
servletapi: "5.0.0",
spock: "2.1-M2-groovy-3.0",
spock: "2.3-groovy-3.0",
hibernate: "5.4.32.Final",
slf4j: "1.7.25",
geb: "2.0",
Expand Down

0 comments on commit 6637b7e

Please sign in to comment.