Skip to content

Commit

Permalink
Merge pull request #763 from hazendaz/master
Browse files Browse the repository at this point in the history
Drop java 11 from matrix and update selenide to 7.0.2
  • Loading branch information
hazendaz authored Nov 10, 2023
2 parents c26de1e + 7766a90 commit 194741a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
java: [11, 17, 21, 22-ea]
java: [17, 21, 22-ea]
distribution: ['temurin']
fail-fast: false
max-parallel: 4
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@
<dependency>
<groupId>com.codeborne</groupId>
<artifactId>selenide</artifactId>
<version>6.19.1</version>
<version>7.0.2</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 194741a

Please sign in to comment.