From fc4ce763ff011465bde42432b7757abfaeb1666e Mon Sep 17 00:00:00 2001 From: Pascal Birchler Date: Tue, 31 Oct 2023 16:58:54 +0100 Subject: [PATCH] Update matrix --- .github/workflows/behat-test.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/behat-test.yml b/.github/workflows/behat-test.yml index 5a1178e12..adec8d622 100644 --- a/.github/workflows/behat-test.yml +++ b/.github/workflows/behat-test.yml @@ -73,12 +73,13 @@ jobs: wordpress: 'latest' coverage: true - php: '8.0' - wordpress: '6.0' - - php: '8.0' - wordpress: '6.1' + wordpress: '6.3' - php: '8.2' wordpress: 'trunk' experimental: true + - php: '8.3' + wordpress: 'trunk' + experimental: true env: WP_ENV_PHP_VERSION: ${{ matrix.php }} WP_ENV_CORE: ${{ matrix.wordpress == 'trunk' && 'WordPress/WordPress' || format( 'https://wordpress.org/wordpress-{0}.zip', matrix.wordpress ) }}