Skip to content

Commit

Permalink
Merge branch 'main' into patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
danepowell committed Jul 15, 2024
2 parents 020889d + d77b7e0 commit dde5387
Show file tree
Hide file tree
Showing 4 changed files with 165 additions and 106 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
run:
working-directory: self-update-fixture
container:
image: quay.io/pantheon-public/php-ci:v7.4
image: quay.io/pantheon-public/php-ci:v8.2
name: Run functional tests
steps:
- name: Checkout
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
}
},
"require": {
"php": ">=5.5.0",
"php": "^8.1",
"composer/semver": "^3.2",
"symfony/console": "^2.8 || ^3 || ^4 || ^5 || ^6 || ^7",
"symfony/filesystem": "^2.5 || ^3 || ^4 || ^5 || ^6 || ^7"
"symfony/console": "^5.4 || ^6.4 || ^7",
"symfony/filesystem": "^5.4 || ^6.4 || ^7"
},
"bin": [
"scripts/release"
Expand All @@ -35,7 +35,7 @@
},
"extra": {
"branch-alias": {
"dev-main": "2.x-dev"
"dev-main": "3.x-dev"
}
}
}
Loading

0 comments on commit dde5387

Please sign in to comment.