Skip to content

Commit

Permalink
Merge pull request #12 from alleyinteractive/7.3-remove
Browse files Browse the repository at this point in the history
Removing 7.3
  • Loading branch information
srtfisher authored Jul 9, 2021
2 parents 494ee8c + eb25173 commit 8a88734
Show file tree
Hide file tree
Showing 3 changed files with 263 additions and 196 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
fail-fast: true
matrix:
php: [7.3, 7.4]
php: [7.4, 8.0]
name: PHP ${{ matrix.php }}
steps:
- name: Checkout code
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@
}
],
"require": {
"php": "^7.3|^8.0",
"php": "^7.4|^8.0",
"symfony/console": "^5.0",
"symfony/process": "^5.0",
"wp-cli/core-command": "^2.0",
"wp-cli/wp-cli": "^2.4"
},
"require-dev": {
"alleyinteractive/alley-coding-standards": "^0.2.0",
"phpunit/phpunit": "^7|^8.0|^9.3"
"phpunit/phpunit": "^8.0|^9.3"
},
"config": {
"sort-packages": true
Expand Down
Loading

0 comments on commit 8a88734

Please sign in to comment.