Skip to content

Commit

Permalink
java 21 update
Browse files Browse the repository at this point in the history
  • Loading branch information
eliasnogueira committed Nov 6, 2023
1 parent 9e29299 commit 9068783
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-execution.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ jobs:
image: selenium/standalone-chrome
options: --health-cmd '/opt/bin/check-grid.sh'
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up JDK
uses: actions/setup-java@v3
with:
java-version: 17
java-version: 21
distribution: adopt

- name: Cache Maven packages
Expand Down

0 comments on commit 9068783

Please sign in to comment.