Skip to content

Commit 5d43f05

Browse files
committed
#14: Updates PHP 8.0 references to 8.1
1 parent f55ad2d commit 5d43f05

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/unit-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
php-tests:
1414
strategy:
1515
matrix:
16-
php: [8.0, 8.1, 8.2]
16+
php: [8.1, 8.2]
1717
wordpress: ["latest"]
1818
uses: alleyinteractive/.github/.github/workflows/php-tests.yml@main
1919
with:

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Requires at least: 5.9
1010

1111
Tested up to: 6.1
1212

13-
Requires PHP: 8.0
13+
Requires PHP: 8.1
1414

1515
License: GPL v2 or later
1616

@@ -132,4 +132,4 @@ with us](https://alley.co/careers/).
132132

133133
## License
134134

135-
The GNU General Public License (GPL) license. Please see [License File](LICENSE) for more information.
135+
The GNU General Public License (GPL) license. Please see [License File](LICENSE) for more information.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
}
1616
],
1717
"require": {
18-
"php": "^8.0",
18+
"php": "^8.1",
1919
"alleyinteractive/composer-wordpress-autoloader": "^1.0",
2020
"alleyinteractive/wp-match-blocks": "^3.0",
2121
"alleyinteractive/wp-type-extensions": "^2.1"

0 commit comments

Comments
 (0)