Skip to content

Commit

Permalink
Reduce minimum php to 7.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
landy2005 committed Nov 2, 2023
1 parent 819ab69 commit 55184ed
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,14 @@ jobs:
strategy:
fail-fast: false
matrix:
php: ['7.4']
php: ['7.2']
stability: [ prefer-stable ]
experimental: [false]
include:
- php: '7.4'
- php: '7.2'
stability: prefer-lowest
- php: '7.3'
- php: '7.4'
- php: '8.0'
- php: '8.1'
- php: '8.2'
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@
},

"require": {
"php": ">=7.4"
"php": ">=7.2"
},

"require-dev": {
"phpunit/phpunit": "^9.5",
"phpunit/phpunit": "^8.5",
"squizlabs/php_codesniffer": "^3.7"
},

Expand Down

0 comments on commit 55184ed

Please sign in to comment.