Upgrade to Testcontainers 2.x; align GH Actions OS labels (#1489)
Some checks failed
Early Access / Default build (without GraalVM) (push) Has been cancelled
Early Access / Build with GraalVM on macos-15-arm64 (push) Has been cancelled
Early Access / Build with GraalVM on ubuntu-24.04-arm64 (push) Has been cancelled
Early Access / Build with GraalVM on windows-2025-arm64 (push) Has been cancelled
Early Access / Build with GraalVM on macos-15-x64 (push) Has been cancelled
Early Access / Build with GraalVM on macos-15-intel-x64 (push) Has been cancelled
Early Access / Build with GraalVM on ubuntu-24.04-x64 (push) Has been cancelled
Early Access / Build with GraalVM on windows-2025-x64 (push) Has been cancelled
Early Access / Site build (push) Has been cancelled
Stale / stale (push) Has been cancelled

Changes:
* upgrade to testcontainers 2.x
* align macOS to 15
This commit is contained in:
Tamas Cservenak
2025-12-09 11:34:16 +01:00
committed by GitHub
parent 1f623b933b
commit 904a584eba
4 changed files with 5 additions and 5 deletions

View File

@@ -80,7 +80,7 @@ jobs:
fail-fast: false
matrix:
# binaries wanted: linux amd64, mac M1, mac intel, windows x86
os: [ ubuntu-latest, macos-latest, macos-15-intel, windows-latest ]
os: [ ubuntu-24.04, macos-15, macos-15-intel, windows-2025 ]
arch: [ x64, arm64 ]
exclude:
- os: macos-latest

View File

@@ -35,7 +35,7 @@ jobs:
fail-fast: true
matrix:
# binaries wanted
os: [ ubuntu-latest, macos-latest, macos-15-intel, windows-latest ]
os: [ ubuntu-24.04, macos-15, macos-15-intel, windows-2025 ]
arch: [ x64, arm64 ]
exclude:
- os: macos-latest

View File

@@ -81,7 +81,7 @@
</dependency>
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>junit-jupiter</artifactId>
<artifactId>testcontainers-junit-jupiter</artifactId>
<scope>test</scope>
</dependency>
</dependencies>

View File

@@ -106,7 +106,7 @@
<plexus-interactivity-api.version>1.5.1</plexus-interactivity-api.version>
<roaster.version>2.30.3.Final</roaster.version>
<takari-smart-builder.version>1.1.0</takari-smart-builder.version>
<testcontainers.version>1.21.3</testcontainers.version>
<testcontainers.version>2.0.2</testcontainers.version>
<xstream.version>1.4.21</xstream.version>
<!-- from parent -->
@@ -395,7 +395,7 @@
</dependency>
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>junit-jupiter</artifactId>
<artifactId>testcontainers-junit-jupiter</artifactId>
<version>${testcontainers.version}</version>
</dependency>
</dependencies>