Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit e09e82a

Browse filesBrowse files
committed
update GitHub Actions to use Ubuntu 24.04 images
1 parent 06f53ef commit e09e82a
Copy full SHA for e09e82a

File tree

Expand file treeCollapse file tree

7 files changed

+7
-7
lines changed
Filter options
Expand file treeCollapse file tree

7 files changed

+7
-7
lines changed

‎.github/workflows/integration-tests.yml

Copy file name to clipboardExpand all lines: .github/workflows/integration-tests.yml
+1-1Lines 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

Copy file name to clipboardExpand all lines: .github/workflows/intl-data-tests.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ permissions:
3030
jobs:
3131
tests:
3232
name: Intl data
33-
runs-on: Ubuntu-20.04
33+
runs-on: ubuntu-24.04
3434

3535
steps:
3636
- name: Checkout

‎.github/workflows/package-tests.yml

Copy file name to clipboardExpand all lines: .github/workflows/package-tests.yml
+1-1Lines 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

Copy file name to clipboardExpand all lines: .github/workflows/phpunit-bridge.yml
+1-1Lines 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

Copy file name to clipboardExpand all lines: .github/workflows/psalm.yml
+1-1Lines 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.1'

‎.github/workflows/scorecards.yml

Copy file name to clipboardExpand all lines: .github/workflows/scorecards.yml
+1-1Lines 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

Copy file name to clipboardExpand all lines: .github/workflows/unit-tests.yml
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.