From 2297bfbba57c0fa5f80824dd7167717b2e7089ff Mon Sep 17 00:00:00 2001 From: Rosie Le Faive Date: Fri, 21 Jul 2023 12:28:43 -0300 Subject: [PATCH] Test only on PHP 8.1. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e069d6e86..4675b6b9a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: strategy: fail-fast: false matrix: - php-versions: [ 7.4, 8.1 ] # 8.2 may not be possible until we upgrade to D10. https://www.drupal.org/docs/system-requirements/php-requirements + php-versions: [ 8.1 ] # 8.2 may not be possible until we upgrade to D10. https://www.drupal.org/docs/system-requirements/php-requirements name: PHP ${{ matrix.php-versions }}