From b4e5118aa8d071bb270706b2abe1806893d4cd4f Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Thu, 3 Feb 2022 21:24:14 +0100 Subject: [PATCH] Add PHP 8.1 build --- .github/workflows/continuous-integration.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index fe333c71..4143c8cd 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -27,19 +27,12 @@ jobs: - "7.3" - "7.4" - "8.0" + - "8.1" steps: - name: "Checkout" uses: "actions/checkout@v2" - - name: "Choose PHPUnit version" - run: | - if [ "${{ matrix.php-version }}" = "7.4" ]; then - echo "SYMFONY_PHPUNIT_VERSION=7.5" >> $GITHUB_ENV; - elif [ "${{ matrix.php-version }}" = "8.0" ]; then - echo "SYMFONY_PHPUNIT_VERSION=9.4" >> $GITHUB_ENV; - fi - - name: "Install PHP" uses: "shivammathur/setup-php@v2" with: