Skip to content

Commit 8eacf32

Browse files
committed
Update .github/workflows/test.yml to match PR aaemnnosttv#97
1 parent 20c2561 commit 8eacf32

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff 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

@@ -64,4 +62,4 @@ jobs:
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

0 commit comments

Comments
 (0)