Skip to content

Commit

Permalink
chore(deps): update dependency ubuntu to v24
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 26, 2024
1 parent fc52958 commit bc29291
Show file tree
Hide file tree
Showing 13 changed files with 30 additions and 30 deletions.
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

0 comments on commit bc29291

Please sign in to comment.