From 9b6ed21241849517124e55e495c464930254b8a7 Mon Sep 17 00:00:00 2001 From: jrfnl Date: Thu, 14 Jul 2022 23:09:23 +0200 Subject: [PATCH] GH Actions: do not allow the PHP 8.1 build to fail anymore ... and test against the highest and lowest support WP version. --- .github/workflows/test.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 24ebe39..99e3c39 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -25,8 +25,15 @@ jobs: include: # Complement the builds run via the matrix with high/low WP builds for PHP 7.4 and 8.0. + # PHP 8.1 is sort of supported since WP 5.9. # PHP 8.0 is sort of supported since WP 5.6. # PHP 7.4 is supported since WP 5.3. + - php: '8.1' + wp: 'latest' + experimental: false + - php: '8.1' + wp: '5.9' + experimental: false - php: '8.0' wp: 'latest' experimental: false @@ -61,9 +68,6 @@ jobs: experimental: false # Experimental builds. These are allowed to fail. - - php: '8.1' - wp: 'trunk' - experimental: true - php: '8.2' wp: 'trunk' experimental: true