diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bbd0b5c..14e613b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,17 +8,10 @@ jobs: strategy: matrix: operating-system: [ubuntu-latest] - php-versions: ['7.3', '7.4', '8.0', '8.1', '8.2'] + php-versions: ['7.3', '7.4'] steps: - uses: actions/checkout@v3 - run: echo "The ${{ github.repository }} repository has been cloned to the runner." - - name: Install PHP - uses: shivammathur/setup-php@v2 - with: - php-version: ${{ matrix.php-versions }} - - name: Check PHP Version - run: php -v - uses: php-actions/composer@v6 - run: echo "Composer dependencies have been installed" - - name: Run Tests - run: vendor/bin/phpunit \ No newline at end of file + - run: vendor/bin/phpunit \ No newline at end of file