Skip to content

Commit a1c6235

Browse files
committed
Update ubuntu version in GitHub Actions
1 parent 8408959 commit a1c6235

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/continuous-integration.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ env:
1313
jobs:
1414
phpunit:
1515
name: "PHPUnit"
16-
runs-on: "ubuntu-20.04"
16+
runs-on: "ubuntu-22.04"
1717

1818
strategy:
1919
fail-fast: false

.github/workflows/documentation.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ on:
1717
jobs:
1818
validate-with-guides:
1919
name: "Validate documentation with phpDocumentor/guides"
20-
runs-on: "ubuntu-22.04"
20+
runs-on: "ubuntu-24.04"
2121

2222
steps:
2323
- name: "Checkout code"

.github/workflows/performance.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
jobs:
1111
performance-tests:
1212
name: "Performance Tests"
13-
runs-on: "ubuntu-22.04"
13+
runs-on: "ubuntu-24.04"
1414

1515
strategy:
1616
matrix:

.github/workflows/static-analysis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
jobs:
1212
static-analysis-phpstan:
1313
name: "Static Analysis with PHPStan"
14-
runs-on: "ubuntu-22.04"
14+
runs-on: "ubuntu-24.04"
1515

1616
strategy:
1717
matrix:

0 commit comments

Comments
 (0)