Skip to content

Commit

Permalink
Only support 8.1+
Browse files Browse the repository at this point in the history
  • Loading branch information
darylldoyle committed Aug 14, 2024
1 parent 137834f commit 7cdc487
Show file tree
Hide file tree
Showing 7 changed files with 116 additions and 85 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [ '7.4', '8.0', '8.1', '8.2', '8.3' ]
php: [ '8.1', '8.2', '8.3', '8.4' ]

services:
mysql:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
}
],
"require": {
"php": ">=7.0"
"php": ">=8.1"
},
"minimum-stability": "dev",
"prefer-stable": true,
Expand Down
185 changes: 108 additions & 77 deletions composer.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion mu-plugins/10up-plugin/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
}
],
"require": {
"php": ">=7.0",
"php": ">=8.1",
"spatie/php-structure-discoverer": "^2.1"
},
"require-dev": {
Expand Down
4 changes: 2 additions & 2 deletions mu-plugins/10up-plugin/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion themes/10up-theme/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
}
],
"require": {
"php": ">=7.0",
"php": ">=8.1",
"spatie/php-structure-discoverer": "^2.1"
},
"require-dev": {
Expand Down
4 changes: 2 additions & 2 deletions themes/10up-theme/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7cdc487

Please sign in to comment.