Skip to content

Commit 6445e4b

Browse files
committed
CI: Update GitHub Actions to use Ubuntu 24.04
1 parent 02c70c2 commit 6445e4b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/format_code.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ permissions:
88
jobs:
99
build:
1010
name: PHP ${{ matrix.php-versions }} Test on ${{ matrix.operating-system }}
11-
runs-on: ubuntu-20.04
11+
runs-on: ubuntu-24.04
1212

1313
strategy:
1414
fail-fast: false

.github/workflows/php_analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on: [push, pull_request]
55
jobs:
66
build:
77
name: PHP ${{ matrix.php-versions }} Test on ${{ matrix.operating-system }}
8-
runs-on: ubuntu-20.04
8+
runs-on: ubuntu-24.04
99

1010
strategy:
1111
fail-fast: false

.github/workflows/phpunit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ permissions:
88
jobs:
99
build:
1010
name: PHP ${{ matrix.php-versions }} Test on ${{ matrix.operating-system }}
11-
runs-on: ubuntu-20.04
11+
runs-on: ubuntu-24.04
1212

1313
strategy:
1414
fail-fast: false

0 commit comments

Comments
 (0)