File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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`.
You can’t perform that action at this time.
0 commit comments