Skip to content

Commit b992ce2

Browse files
authored
Merge pull request #88 from Automattic/update/dependencies
Update/dependencies
2 parents e3fd40c + a441a1d commit b992ce2

File tree

84 files changed

+1165
-716
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

84 files changed

+1165
-716
lines changed

.github/workflows/phpcs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
matrix:
1515
php-versions:
16-
- 8.0
16+
- 8.1
1717

1818
steps:
1919
- uses: actions/checkout@v2

.github/workflows/phpunit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ jobs:
1818
matrix:
1919
include:
2020
# Check lowest supported WP version, with the lowest supported PHP.
21-
- php: "8.0"
21+
- php: "8.1"
2222
wp: "6.0"
2323
allowed_failure: false
2424
# Check latest WP with the lowest supported PHP.
25-
- php: "8.0"
25+
- php: "8.1"
2626
wp: "master"
2727
allowed_failure: false
2828
# Check latest WP with the highest supported PHP.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
]
1515
},
1616
"require": {
17-
"php": ">=8.0",
17+
"php": ">=8.1",
1818
"masterminds/html5": "^2.8",
1919
"symfony/dom-crawler": "^6.0",
2020
"symfony/css-selector": "^6.0"

0 commit comments

Comments
 (0)