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: