Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ concurrency:
jobs:
detect-modules:
name: Detect packages to check
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
outputs:
modules: ${{ steps.set-modified-modules.outputs.modules }}
modules_count: ${{ steps.set-modified-modules-count.outputs.modules_count }}
Expand Down Expand Up @@ -53,15 +53,15 @@ jobs:
fail-fast: false
matrix:
module: ${{ fromJSON(needs.detect-modules.outputs.modules) }}
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Code checkout
uses: actions/checkout@v5
- name: Install Node and Dependencies
id: npm-install-modules
uses: ./.github/actions/npm-setup
with:
runner: ubuntu-22.04
runner: ubuntu-24.04
node-version: 24.x
workspace: "${{ matrix.module }}"
- name: Code linting
Expand All @@ -79,15 +79,15 @@ jobs:
fail-fast: false
matrix:
module: ${{ fromJSON(needs.detect-modules.outputs.modules) }}
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Code checkout
uses: actions/checkout@v5
- name: Install Node and Dependencies
id: npm-install
uses: ./.github/actions/npm-setup
with:
runner: ubuntu-22.04
runner: ubuntu-24.04
node-version: 24.x
workspace: "${{ matrix.module }}"
- name: Compile
Expand All @@ -108,14 +108,14 @@ jobs:
fail-fast: false
matrix:
node-version: [20.x, 22.x, 24.x]
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Code checkout
uses: actions/checkout@v5
- name: Install Node ${{ matrix.node-version }} and Dependencies
uses: ./.github/actions/npm-setup
with:
runner: ubuntu-22.04
runner: ubuntu-24.04
node-version: ${{ matrix.node-version }}
workspace: "testcontainers"
- name: Build testcontainers
Expand Down Expand Up @@ -147,7 +147,7 @@ jobs:
container-runtime: [docker, podman]
uses: ./.github/workflows/test-template.yml
with:
runner: ubuntu-22.04
runner: ubuntu-24.04
node-version: ${{ matrix.node-version }}
container-runtime: ${{ matrix.container-runtime }}
workspace: "${{ matrix.module }}"
Expand All @@ -161,7 +161,7 @@ jobs:
- compile
- smoke-test
- test
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Check if any jobs failed
if: ${{ failure() || cancelled() }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
jobs:
analyze:
name: Analyze
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
permissions:
actions: read
contents: read
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
publish:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v5
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
update_release_draft:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
# Drafts your next Release notes as Pull Requests are merged into "main"
- uses: release-drafter/release-drafter@v6
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows-test-command-dispatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
windows-test-command-dispatch:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04

steps:
- name: Dispatch windows-test command
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1 @@
version: 3

services:
container:
image: cristianrgreco/testcontainer:1.1.14
ports:
- 8080
another-container:
image: cristianrgreco/testcontainer:1.1.14
ports:
- 8080
MALFORMED
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: "3.5"

services:
container:
image: cristianrgreco/testcontainer:1.1.14
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: "3.5"

services:
container:
image: cristianrgreco/testcontainer:1.1.14
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: "3.5"

services:
container:
image: cristianrgreco/testcontainer:1.1.14
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: "3.5"

services:
container:
image: cristianrgreco/testcontainer:1.1.14
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: "3.5"

services:
container:
image: cristianrgreco/testcontainer:1.1.14
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: "3.5"

services:
service_1:
image: cristianrgreco/testcontainer:1.1.14
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: "3.5"

services:
db:
container_name: ${CONTAINER_NAME:-custom_container_name}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: "3.5"

services:
container:
environment:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: "3.5"

services:
container:
image: cristianrgreco/testcontainer:1.1.14
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: "3.5"

services:
container:
image: cristianrgreco/testcontainer:1.1.14
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: "3.9"

services:
container:
image: cristianrgreco/testcontainer:1.1.14
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: "3.5"

services:
container:
image: cristianrgreco/testcontainer:1.1.14
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: "3.5"

services:
container:
image: cristianrgreco/testcontainer:1.1.14
Expand Down
Loading