diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 1063178..f2f0a74 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -7,41 +7,9 @@ on: branches: [ master ] jobs: - current: - runs-on: ubuntu-latest - strategy: - matrix: - php-version: - - "8.1" - - "8.2" - - "8.3" - - "8.4" - - steps: - - uses: "actions/checkout@v3" - - uses: "shivammathur/setup-php@v2" - with: - php-version: ${{ matrix.php-version }} - - - name: Validate composer.json - run: composer validate --strict - - - name: Cache Composer packages - id: composer-cache - uses: actions/cache@v3 - with: - path: vendor - key: php-${{ matrix.php-version }} - - - name: Install Composer dependencies - run: composer install --prefer-dist --no-progress - - - name: Run test suite - run: composer run-script test - outdated-8-1-2: runs-on: ubuntu-latest - container: setupphp/node@sha256:9271c0a914deb70c1717ec113410c9d43e48123d0ed398bb696f00f4f0ef15ba + container: amd64/php:8.1.26 strategy: matrix: