Skip to content

Commit 412e8ba

Browse files
committed
chore: bump libraries
1 parent 20f6f10 commit 412e8ba

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/test-execution.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Set up JDK
1616
uses: actions/setup-java@v4
1717
with:
18-
java-version: 22
18+
java-version: 23
1919
distribution: oracle
2020

2121
- name: Cache Maven packages
@@ -27,7 +27,7 @@ jobs:
2727
${{ runner.os }}-maven-
2828
2929
- name: Build with Maven
30-
run: mvn -B -q -DskipTests package
30+
run: mvn -q -DskipTests package
3131

3232
- name: Run local tests
33-
run: mvn -B -q test -Pweb-execution -Dsuite=local -Dtarget=local -Dheadless=true -Dbrowser=chrome
33+
run: mvn -q test -Pweb-execution -Dsuite=local -Dtarget=local -Dheadless=true -Dbrowser=chrome

README.MD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ It has a complete solution to run tests in different ways:
2626

2727
This project uses the following languages and frameworks:
2828

29-
* [Java 22](https://openjdk.java.net/projects/jdk/22/) as the programming language
29+
* [Java 23](https://openjdk.java.net/projects/jdk/23/) as the programming language
3030
* [TestNG](https://testng.org/doc/) as the UnitTest framework to support the test creation
3131
* [Selenium WebDriver](https://www.selenium.dev/) as the web browser automation framework using the Java binding
3232
* [AssertJ](https://joel-costigliola.github.io/assertj/) as the fluent assertion library

0 commit comments

Comments
 (0)