Skip to content

Commit 06b6b47

Browse files
committed
docker build
1 parent 3e6bf96 commit 06b6b47

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,9 @@ jobs:
4949
- name: Set up PHP
5050
uses: shivammathur/setup-php@v2
5151
with:
52-
php-version: ${{ matrix.php }}
52+
# 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
5355
extensions: mysqli, zip, gd
5456
coverage: none
5557
tools: wp-cli

0 commit comments

Comments
 (0)