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 3e6bf96 commit 06b6b47Copy full SHA for 06b6b47
.github/workflows/tests.yml
@@ -49,7 +49,9 @@ jobs:
49
- name: Set up PHP
50
uses: shivammathur/setup-php@v2
51
with:
52
- php-version: ${{ matrix.php }}
+ # Note: Specified version is only for running tests,
53
+ # as the WordPress PHP version is set inside the FrankenPHP Dockerfile.
54
+ php-version: 8.4
55
extensions: mysqli, zip, gd
56
coverage: none
57
tools: wp-cli
0 commit comments