Skip to content
This repository has been archived by the owner on Oct 19, 2023. It is now read-only.

Commit

Permalink
Integration test fixes for PHP 7.2 (#395)
Browse files Browse the repository at this point in the history
  • Loading branch information
Takashi Matsuo authored Dec 6, 2017
1 parent 4454562 commit ce2482a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion testapps/integration-individual-packages/test.yaml.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
steps:
- name: '${STAGING_BUILDER_IMAGE}'
args: ['--php71-image', 'gcr.io/google-appengine/php71:staging', '--php70-image', 'gcr.io/google-appengine/php70:staging', '--php56-image', 'gcr.io/google-appengine/php56:staging']
args: ['--php72-image', 'gcr.io/google-appengine/php72:staging', '--php71-image', 'gcr.io/google-appengine/php71:staging', '--php70-image', 'gcr.io/google-appengine/php70:staging', '--php56-image', 'gcr.io/google-appengine/php56:staging']
- name: 'gcr.io/cloud-builders/docker:latest'
args: ['build', '-t', '$_OUTPUT_IMAGE', '.']
images:
Expand Down
2 changes: 1 addition & 1 deletion testapps/integration/test.yaml.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
steps:
- name: '${STAGING_BUILDER_IMAGE}'
args: ['--php71-image', 'gcr.io/google-appengine/php71:staging', '--php70-image', 'gcr.io/google-appengine/php70:staging', '--php56-image', 'gcr.io/google-appengine/php56:staging']
args: ['--php72-image', 'gcr.io/google-appengine/php72:staging', '--php71-image', 'gcr.io/google-appengine/php71:staging', '--php70-image', 'gcr.io/google-appengine/php70:staging', '--php56-image', 'gcr.io/google-appengine/php56:staging']
- name: 'gcr.io/cloud-builders/docker:latest'
args: ['build', '-t', '$_OUTPUT_IMAGE', '.']
images:
Expand Down

0 comments on commit ce2482a

Please sign in to comment.