Skip to content

Commit 8a0ed79

Browse files
committed
Raise GitHub action runner to ubuntu-latest
1 parent 0c53b06 commit 8a0ed79

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/benchmark.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
phpbench:
1111
name: "PHPBench"
12-
runs-on: "ubuntu-24.04"
12+
runs-on: "ubuntu-latest"
1313

1414
strategy:
1515
fail-fast: false
@@ -30,7 +30,7 @@ jobs:
3030

3131
- name: "Install dependencies with Composer"
3232
uses: "ramsey/composer-install@v2"
33-
33+
3434
- name: Run performance tests
3535
run: |
3636
php test/benchmark/run.php 10

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
phpunit:
1111
name: "PHPUnit"
12-
runs-on: "ubuntu-24.04"
12+
runs-on: "ubuntu-latest"
1313

1414
strategy:
1515
fail-fast: false

.github/workflows/cs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
php-cs-fixer:
1111
name: "php-cs-fixer"
12-
runs-on: "ubuntu-24.04"
12+
runs-on: "ubuntu-latest"
1313

1414
strategy:
1515
fail-fast: false
@@ -25,7 +25,7 @@ jobs:
2525
uses: shivammathur/setup-php@v2
2626
with:
2727
php-version: ${{ matrix.php-version }}
28-
28+
2929
- name: cs fix
3030
run: |
3131
wget -q https://github.com/FriendsOfPHP/PHP-CS-Fixer/releases/download/v2.19.3/php-cs-fixer.phar

0 commit comments

Comments
 (0)