mirror of
https://github.com/apache/maven-mvnd.git
synced 2026-01-13 07:04:14 +08:00
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
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:
2
.github/workflows/early-access.yaml
vendored
2
.github/workflows/early-access.yaml
vendored
@@ -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
|
||||
|
||||
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
@@ -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
|
||||
|
||||
@@ -81,7 +81,7 @@
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.testcontainers</groupId>
|
||||
<artifactId>junit-jupiter</artifactId>
|
||||
<artifactId>testcontainers-junit-jupiter</artifactId>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
4
pom.xml
4
pom.xml
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user