Skip to content

Commit 137c418

Browse files
committed
use ubuntu 22.04
1 parent 0a2c023 commit 137c418

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/test-php.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: composer phpcs
2525
phpunit:
2626
name: PHPUnit tests on ${{ matrix.php-versions }}
27-
runs-on: ubuntu-latest
27+
runs-on: ubuntu-22.04
2828
strategy:
2929
fail-fast: false
3030
matrix:
@@ -44,8 +44,6 @@ jobs:
4444
php-version: ${{ matrix.php-version }}
4545
extensions: simplexml, mysql
4646
tools: phpunit-polyfills:1.1
47-
- name: Install Subversion
48-
run: sudo apt-get update && sudo apt-get install -y subversion
4947
- name: Checkout source code
5048
uses: actions/checkout@v4
5149
- name: Install WordPress Test Suite

0 commit comments

Comments
 (0)