diff --git a/README.md b/README.md index 3a93699..6e5f38b 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ Those can be copied in one command using the [Terminus Build Tools Plugin](https jobs: - pantheon/push orbs: - pantheon: pantheon-systems/pantheon@0.6.0 + pantheon: pantheon-systems/pantheon@0.7.0 ``` * Commit and push the file to GitHub. CircleCI will build attempt to run the workflow but it will return an error message because the steps below have not yet been completed. Turning failing red builds into passing green builds is part of the joy of CI. * Set the "[Allow Uncertified Orbs](https://circleci.com/docs/2.0/orbs-faq/#using-3rd-party-orbs)" option to allow Orbs written by those other than CircleCI to be used within your organization. For GitHub users this can be done at `https://circleci.com/gh/organizations/YOUR_USERNAME_OR_ORGNAME/settings#security` @@ -60,7 +60,7 @@ workflows: jobs: - pantheon/push orbs: - pantheon: pantheon-systems/pantheon@0.5.2 + pantheon: pantheon-systems/pantheon@0.7.0 ``` Here is an example that compiles Sass in a separate job before pushing to Pantheon. diff --git a/src/@orb.yml b/src/@orb.yml index 28e029b..12a1ed2 100644 --- a/src/@orb.yml +++ b/src/@orb.yml @@ -12,7 +12,7 @@ executors: type: string default: "medium" docker: - - image: quay.io/pantheon-public/build-tools-ci:6.x + - image: quay.io/pantheon-public/build-tools-ci:8.x-php8.1 resource_class: <> jobs: