Skip to content

Commit 6d07a84

Browse files
committed
chore: Change WordPress and PHP version to latest
1 parent 79bf04c commit 6d07a84

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -99,13 +99,14 @@ jobs:
9999

100100
# Step 2: Set up the WordPress test environment using a dedicated Action.
101101
# This action downloads WordPress, the unit test library, and sets up a test database.
102-
# - name: Setup WordPress test environment
103-
# uses: wordpress/wordpress-test-action@v1
102+
# - name: Setup WordPress test environment
103+
# uses: wordpress/wordpress-test-action@v1
104104
- name: Set up WordPress and Test Library
105105
uses: sjinks/setup-wordpress-test-library@v2.1.4
106106
with:
107-
wordpress-version: ${{ matrix.wordpress-version }}
108-
php-version: ${{ matrix.php-version }}
107+
# wordpress-version: ${{ matrix.wordpress-version }}
108+
# php-version: ${{ matrix.php-version }}
109+
version: latest
109110

110111
# Step 3: Run the actual tests.
111112
# This command is typically defined in your `composer.json` or `package.json`.

0 commit comments

Comments
 (0)