File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed
Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -20,31 +20,29 @@ jobs:
2020 php-version : ['7.4']
2121 runs-on : ubuntu-latest
2222 steps :
23- - uses : actions/checkout@v4
23+ - uses : actions/checkout@v6
2424
2525 - name : Setup PHP
2626 uses : shivammathur/setup-php@v2
2727 with :
2828 php-version : ${{ matrix.php-version }}
29- tools : composer
3029
3130 - name : Validate composer.json
32- run : composer validate --strict
31+ run : composer validate
3332
3433 behat :
3534 needs : lint
3635 strategy :
3736 matrix :
38- php-version : ['7.4', '8.2']
37+ php-version : ['7.4', '8.2', '8.5' ]
3938 runs-on : ubuntu-latest
4039 steps :
41- - uses : actions/checkout@v4
40+ - uses : actions/checkout@v6
4241
4342 - name : Setup PHP
4443 uses : shivammathur/setup-php@v2
4544 with :
4645 php-version : ${{ matrix.php-version }}
47- tools : composer
4846
4947 - run : composer install
5048
6462 WP_CLI_TEST_DBUSER: wp_cli_test
6563 WP_CLI_TEST_DBPASS: password1
6664 WP_CLI_TEST_DBNAME: wp_cli_test
67- WP_CLI_TEST_DBHOST: 127.0.0.1:3306
65+ WP_CLI_TEST_DBHOST: 127.0.0.1:3306
You can’t perform that action at this time.
0 commit comments