Skip to content

Commit

Permalink
chore(deps): update dependency ubuntu to v24 (#708)
Browse files Browse the repository at this point in the history
* chore(deps): update dependency ubuntu to v24

* Upgrade more Ubuntu images

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Sally Young <[email protected]>
  • Loading branch information
renovate[bot] and justafish authored Sep 30, 2024
1 parent 7a8820e commit d21f9a2
Show file tree
Hide file tree
Showing 24 changed files with 41 additions and 41 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/DrainpipeDev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ permissions:
jobs:
Drainpipe-Dev:
name: Push to drainpipe-dev
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/DrainpipeDevClean.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ permissions:
jobs:
Drainpipe-Dev-Clean:
name: Push branch to drainpipe-dev
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/TestBinaryInstaller.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ concurrency:

jobs:
Test-Binary-Installer:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
strategy:
matrix:
php-version: [ 8.1, 8.2, 8.3 ]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/TestComposerLockDiff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ concurrency:

jobs:
Test-Composer-Lock-Diff:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
strategy:
matrix:
drupal-version: [ 10, 11 ]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/TestDDEV.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ concurrency:

jobs:
Test-DDEV-Install:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
strategy:
matrix:
drupal-version: [ 10, 11 ]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/TestEnv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ concurrency:

jobs:
Test-Env:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
strategy:
matrix:
drupal-version: [ 10, 11 ]
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/TestFunctional.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ concurrency:

jobs:
Build:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
strategy:
matrix:
drupal-version: [ 10, 11 ]
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:
path: /tmp/drainpipe.zip

Test-NPM:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs: Build
strategy:
matrix:
Expand Down Expand Up @@ -139,7 +139,7 @@ jobs:
path: test_result

Test-Yarn-Classic:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs: Build
strategy:
matrix:
Expand Down Expand Up @@ -190,7 +190,7 @@ jobs:
path: test_result

Test-Yarn-3-Node-Linker:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs: Build
strategy:
matrix:
Expand Down Expand Up @@ -241,7 +241,7 @@ jobs:
path: test_result

Test-Yarn-4-Node-Linker:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs: Build
strategy:
matrix:
Expand Down Expand Up @@ -293,7 +293,7 @@ jobs:
path: test_result

Test-Yarn-3:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs: Build
strategy:
matrix:
Expand Down Expand Up @@ -350,7 +350,7 @@ jobs:
path: test_result

Test-Yarn-4:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs: Build
strategy:
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/TestGitHubActions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ concurrency:

jobs:
Test-GitHub-Actions:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Create a Drupal project
run: composer create-project drupal/recommended-project . --ignore-platform-reqs
Expand Down
18 changes: 9 additions & 9 deletions .github/workflows/TestMetapackages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ concurrency:

jobs:
Build:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Create a Drupal project
run: composer create-project drupal/recommended-project . --ignore-platform-reqs
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
path: /tmp/drainpipe.zip

Test-Sass-NPM:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs: Build
steps:
- uses: actions/download-artifact@v4
Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:
run: ddev task sass

Test-Sass-Yarn-Classic:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs: Build
steps:
- uses: actions/download-artifact@v4
Expand Down Expand Up @@ -137,7 +137,7 @@ jobs:
run: ddev task sass

Test-Sass-Yarn-3:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs: Build
steps:
- uses: actions/download-artifact@v4
Expand Down Expand Up @@ -173,7 +173,7 @@ jobs:
run: ddev task sass

Test-Sass-Yarn-4:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs: Build
steps:
- uses: actions/download-artifact@v4
Expand Down Expand Up @@ -211,7 +211,7 @@ jobs:
run: ddev task sass

Test-JavaScript-NPM:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs: Build
steps:
- uses: actions/download-artifact@v4
Expand Down Expand Up @@ -246,7 +246,7 @@ jobs:
run: ddev task javascript

Test-JavaScript-Yarn-Classic:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs: Build
steps:
- uses: actions/download-artifact@v4
Expand Down Expand Up @@ -284,7 +284,7 @@ jobs:
run: ddev task javascript

Test-JavaScript-Yarn-3:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs: Build
steps:
- uses: actions/download-artifact@v4
Expand Down Expand Up @@ -321,7 +321,7 @@ jobs:
run: ddev task javascript

Test-JavaScript-Yarn-4:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs: Build
steps:
- uses: actions/download-artifact@v4
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/TestPHPUnit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ concurrency:

jobs:
Test-PHPUnit-Functional:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
strategy:
matrix:
drupal-version: [ 10, 11 ]
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
expected_result: PASSED

Test-PHPUnit-Functional-DTT:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
strategy:
matrix:
drupal-version: [ 10, 11 ]
Expand Down Expand Up @@ -157,7 +157,7 @@ jobs:
expected_result: PASSED

Test-PHPUnit-Static:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
strategy:
matrix:
drupal-version: [ 10, 11 ]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/TestStatic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ concurrency:

jobs:
Test-Static:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
strategy:
matrix:
drupal-version: [ 10, 11 ]
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/TestTugboat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ concurrency:

jobs:
Test-Tugboat:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Create a Drupal project
run: composer create-project drupal/recommended-project . --ignore-platform-reqs
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
path: .tugboat

Test-Non-Default-Nodejs:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Create a Drupal project
run: composer create-project drupal/recommended-project . --ignore-platform-req=ext-gd
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ValidateTaskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
Validate-Example-Taskfile:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/composer-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ concurrency:

jobs:
Test-Composer-Plugin:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
strategy:
matrix:
php-version: [ 8.1, 8.2, 8.3 ]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-production-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ concurrency:

jobs:
Test-Production-Build:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
strategy:
matrix:
php-version: [ 8.1, 8.2, 8.3 ]
Expand Down
2 changes: 1 addition & 1 deletion drainpipe-dev/.github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ permissions:

jobs:
release:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4

Expand Down
2 changes: 1 addition & 1 deletion drainpipe-dev/.github/workflows/repo-lockdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ permissions:

jobs:
action:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- uses: dessant/repo-lockdown@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion scaffold/github/workflows/ComposerLockDiff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ concurrency:

jobs:
Composer-Lock-Diff:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
permissions:
contents: read
pull-requests: write
Expand Down
2 changes: 1 addition & 1 deletion scaffold/github/workflows/PantheonReviewApps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ permissions:

jobs:
Drainpipe-Deploy-Pantheon-Multidev:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4

Expand Down
2 changes: 1 addition & 1 deletion scaffold/github/workflows/PantheonReviewAppsDDEV.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ concurrency:

jobs:
Drainpipe-Deploy-Pantheon-Multidev:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4

Expand Down
2 changes: 1 addition & 1 deletion scaffold/github/workflows/Security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ concurrency:

jobs:
Security:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
permissions:
contents: read
pull-requests: write
Expand Down
2 changes: 1 addition & 1 deletion scaffold/github/workflows/TestFunctional.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ concurrency:

jobs:
Functional-Tests:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4

Expand Down
2 changes: 1 addition & 1 deletion scaffold/github/workflows/TestStatic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ concurrency:

jobs:
Static-Tests:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4

Expand Down
2 changes: 1 addition & 1 deletion scaffold/gitlab/DDEV.gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
default:
image: ghcr.io/catthehacker/ubuntu:runner-22.04
image: ghcr.io/catthehacker/ubuntu:runner-24.04
services:
- name: docker:dind
alias: docker
Expand Down

0 comments on commit d21f9a2

Please sign in to comment.