Skip to content

Commit

Permalink
devops: test on java 21 which is latest lts (#1613)
Browse files Browse the repository at this point in the history
  • Loading branch information
yury-s authored Jun 27, 2024
1 parent 212bf98 commit 7fa8081
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
BROWSER: chromium
BROWSER_CHANNEL: ${{ matrix.browser-channel }}

Java_17:
Java_21:
timeout-minutes: 30
strategy:
fail-fast: false
Expand All @@ -98,11 +98,11 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: microsoft/playwright-github-action@v1
- name: Set up JDK 17
- name: Set up JDK 21
uses: actions/setup-java@v2
with:
distribution: adopt
java-version: 17
java-version: 21
- name: Download drivers
shell: bash
run: scripts/download_driver.sh
Expand Down

0 comments on commit 7fa8081

Please sign in to comment.