Skip to content

Commit e76b150

Browse files
Merge branch '6.4' into 7.2
* 6.4: update GitHub Actions to use Ubuntu 24.04 images
2 parents da62118 + 0ddda13 commit e76b150

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

.github/workflows/integration-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
tests:
2121
name: Integration
22-
runs-on: Ubuntu-20.04
22+
runs-on: ubuntu-24.04
2323

2424
strategy:
2525
matrix:

.github/workflows/intl-data-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ permissions:
3636
jobs:
3737
tests:
3838
name: Intl/Emoji data
39-
runs-on: Ubuntu-20.04
39+
runs-on: ubuntu-24.04
4040

4141
steps:
4242
- name: Checkout

.github/workflows/package-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ permissions:
1111
jobs:
1212
verify:
1313
name: Verify Packages
14-
runs-on: Ubuntu-20.04
14+
runs-on: ubuntu-24.04
1515
steps:
1616
- name: Checkout code
1717
uses: actions/checkout@v4

.github/workflows/phpunit-bridge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ permissions:
2222
jobs:
2323
lint:
2424
name: Lint PhpUnitBridge
25-
runs-on: Ubuntu-20.04
25+
runs-on: ubuntu-24.04
2626

2727
steps:
2828
- name: Checkout

.github/workflows/psalm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ permissions:
1717
jobs:
1818
psalm:
1919
name: Psalm
20-
runs-on: Ubuntu-20.04
20+
runs-on: ubuntu-24.04
2121

2222
env:
2323
php-version: '8.2'

.github/workflows/scorecards.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ permissions: read-all
1414
jobs:
1515
analysis:
1616
name: Scorecards analysis
17-
runs-on: ubuntu-latest
17+
runs-on: ubuntu-24.04
1818
permissions:
1919
# Needed to upload the results to code-scanning dashboard.
2020
security-events: write

.github/workflows/unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
#mode: experimental
3838
fail-fast: false
3939

40-
runs-on: ubuntu-20.04
40+
runs-on: ubuntu-24.04
4141

4242
steps:
4343
- name: Checkout

0 commit comments

Comments
 (0)