We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a2c023 commit 137c418Copy full SHA for 137c418
.github/workflows/test-php.yml
@@ -24,7 +24,7 @@ jobs:
24
run: composer phpcs
25
phpunit:
26
name: PHPUnit tests on ${{ matrix.php-versions }}
27
- runs-on: ubuntu-latest
+ runs-on: ubuntu-22.04
28
strategy:
29
fail-fast: false
30
matrix:
@@ -44,8 +44,6 @@ jobs:
44
php-version: ${{ matrix.php-version }}
45
extensions: simplexml, mysql
46
tools: phpunit-polyfills:1.1
47
- - name: Install Subversion
48
- run: sudo apt-get update && sudo apt-get install -y subversion
49
- name: Checkout source code
50
uses: actions/checkout@v4
51
- name: Install WordPress Test Suite
0 commit comments