Skip to content

Bump org.seleniumhq.selenium:selenium-remote-driver from 4.13.0 to 4.19.1 #458

Bump org.seleniumhq.selenium:selenium-remote-driver from 4.13.0 to 4.19.1

Bump org.seleniumhq.selenium:selenium-remote-driver from 4.13.0 to 4.19.1 #458

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
java: [ 8, 11, 17, 21, 22 ]
steps:
- uses: actions/checkout@v4
- name: Set up JDK
uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: ${{ matrix.java }}
cache: 'maven'
- name: Tests
run: ./mvnw clean test