CI: Updated images to debian trixie

This commit is contained in:
Dan Brown
2026-04-27 13:36:47 +01:00
parent cc6e9e0546
commit 2e2f59fa0f
6 changed files with 6 additions and 6 deletions

View File

@@ -14,7 +14,7 @@ jobs:
if: ${{ github.ref != 'refs/heads/l10n_development' }}
runs-on: docker
container:
image: node:24-bullseye
image: docker.io/library/node:24-trixie
steps:
- uses: https://code.forgejo.org/actions/checkout@v6

View File

@@ -16,7 +16,7 @@ jobs:
if: ${{ github.ref != 'refs/heads/l10n_development' }}
runs-on: docker
container:
image: node:24-bullseye
image: docker.io/library/node:24-trixie
steps:
- uses: https://code.forgejo.org/actions/checkout@v6

View File

@@ -14,7 +14,7 @@ jobs:
if: ${{ github.ref != 'refs/heads/l10n_development' }}
runs-on: docker
container:
image: node:24-bullseye
image: docker.io/library/node:24-trixie
steps:
- uses: https://code.forgejo.org/actions/checkout@v6

View File

@@ -18,7 +18,7 @@ jobs:
if: ${{ github.ref != 'refs/heads/l10n_development' }}
runs-on: docker
container:
image: node:24-bullseye
image: docker.io/library/node:24-trixie
steps:
- uses: https://code.forgejo.org/actions/checkout@v6

View File

@@ -16,7 +16,7 @@ jobs:
if: ${{ github.ref != 'refs/heads/l10n_development' }}
runs-on: docker
container:
image: node:24-bullseye
image: docker.io/library/node:24-trixie
strategy:
matrix:
php: ['8.2', '8.3', '8.4', '8.5']

View File

@@ -16,7 +16,7 @@ jobs:
if: ${{ github.ref != 'refs/heads/l10n_development' }}
runs-on: docker
container:
image: node:24-bullseye
image: docker.io/library/node:24-trixie
strategy:
matrix:
php: ['8.2', '8.3', '8.4', '8.5']