Skip to content

Commit

Permalink
Merge pull request #198 from kenjis/fix-github-actions
Browse files Browse the repository at this point in the history
Update GitHub Actions for 5.x
  • Loading branch information
kenjis authored Nov 12, 2021
2 parents 8314e6c + fc8b61c commit 0fd71a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 47 deletions.
15 changes: 2 additions & 13 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,7 @@ jobs:
operating-system:
- ubuntu-latest
php-version:
- '5.6'
- '7.0'
- '7.1'
- '7.2'
- '7.3'
- '7.4'
- '8.0'
- '8.1'
steps:
- name: Checkout
uses: actions/checkout@v1
Expand All @@ -45,12 +39,7 @@ jobs:
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
restore-keys: ${{ runner.os }}-composer-

- name: Install dependencies (5.6 and 7.x)
if: ${{ matrix.php-version != '8.0' }}
run: composer install --no-interaction --prefer-dist

- name: Install dependencies (8.0)
if: ${{ matrix.php-version == '8.0' }}
- name: Install dependencies
run: composer install --no-interaction --prefer-dist --ignore-platform-req=php

- name: Run test suite
Expand Down
34 changes: 0 additions & 34 deletions .github/workflows/tests.yml

This file was deleted.

0 comments on commit 0fd71a5

Please sign in to comment.