Skip to content

Commit

Permalink
ci remove php 7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
iLexN committed Dec 29, 2020
1 parent 7e5c056 commit 25e5d80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php: ['7.4','8.0']
php: ['8.0']

name: PHP ${{ matrix.php }} tests
steps:
Expand Down Expand Up @@ -40,7 +40,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php: ['7.4', '8.0']
php: ['8.0']

name: PHP ${{ matrix.php }} code check
steps:
Expand Down

0 comments on commit 25e5d80

Please sign in to comment.