Skip to content

Commit

Permalink
Merge pull request #8752 from orklah/8747
Browse files Browse the repository at this point in the history
  • Loading branch information
weirdan committed Nov 25, 2022
2 parents 0b1af26 + 74d3745 commit f7508a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/shepherd.yml
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v3
- uses: shivammathur/setup-php@v2
with:
php-version: '8.0'
php-version: '8.2'

- name: Install dependencies
run: composer install --prefer-dist --no-progress --no-suggest
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -14,7 +14,7 @@
}
],
"require": {
"php": "^7.4 || ~8.0.0 || ~8.1.0",
"php": "^7.4 || ~8.0.0 || ~8.1.0 || ~8.2.0",
"ext-SimpleXML": "*",
"ext-ctype": "*",
"ext-dom": "*",
Expand Down

0 comments on commit f7508a9

Please sign in to comment.