Skip to content

Commit

Permalink
removed PHP 7.2 workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinpapst committed May 31, 2021
1 parent 1f28b82 commit b221b48
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 64 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/coverage.yaml
@@ -1,4 +1,4 @@
name: CI
name: Coverage
on:
pull_request: null
push:
Expand All @@ -21,7 +21,7 @@ jobs:
matrix:
php: ['7.4']

name: Coverage - PHP ${{ matrix.php }}
name: PHP ${{ matrix.php }}
steps:
- uses: actions/checkout@v2
- uses: shivammathur/setup-php@v2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/linting.yaml
@@ -1,4 +1,4 @@
name: CI
name: Linting
on:
pull_request: null
push:
Expand All @@ -11,7 +11,7 @@ jobs:
matrix:
php: ['7.4', '8.0']

name: Linting - PHP ${{ matrix.php }}
name: PHP ${{ matrix.php }}
steps:
- uses: actions/checkout@v2
- uses: shivammathur/setup-php@v2
Expand Down
58 changes: 0 additions & 58 deletions .github/workflows/php72.yaml

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/testing.yaml
@@ -1,4 +1,4 @@
name: CI
name: Tests
on:
pull_request: null
push:
Expand All @@ -21,7 +21,7 @@ jobs:
matrix:
php: ['7.3', '7.4', '8.0']

name: Tests - PHP ${{ matrix.php }}
name: PHP ${{ matrix.php }}
steps:
- uses: actions/checkout@v2
- uses: shivammathur/setup-php@v2
Expand Down

0 comments on commit b221b48

Please sign in to comment.