Skip to content

Commit

Permalink
Minimum version update PHP 7.4 (#14)
Browse files Browse the repository at this point in the history
Updated to minimum PHP 7.4.
  • Loading branch information
markheydon authored Aug 12, 2022
1 parent 0477a41 commit 6def7f5
Show file tree
Hide file tree
Showing 5 changed files with 552 additions and 232 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
// Update VARIANT to pick a PHP version: 8, 8.0, 7, 7.4, 7.3
// Append -bullseye or -buster to pin to an OS version.
// Use -bullseye variants on local on arm64/Apple Silicon.
"VARIANT": "7.3",
"VARIANT": "7.4",
"NODE_VERSION": "none"
}
},
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
php-version: ['7.3', '7.4']
php-version: ['7.4', '8.0']

name: PHP ${{ matrix.php-version }} on ${{ matrix.os }}

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
],
"type": "library",
"require": {
"php": "^7.2 | ^7.3 | ^7.4",
"php": "^7.3 | ^7.4 | ^8.0",
"monolog/monolog": "^2.5"
},
"require-dev": {
"wp-cli/wp-cli": "^2.0",
"phpunit/phpunit": "^8.5"
"phpunit/phpunit": "^9.5"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit 6def7f5

Please sign in to comment.