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

Commit 2a0678d

Browse files
authored
Test library against released php 7.2 (#84)
1 parent a7f2d20 commit 2a0678d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

cloudbuild.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ steps:
99
waitFor: ['-']
1010
id: php70
1111
- name: gcr.io/cloud-builders/docker
12-
args: ['build', '--build-arg', 'BASE_IMAGE=gcr.io/php-mvm-a/php72:alpha3', '.']
12+
args: ['build', '--build-arg', 'BASE_IMAGE=gcr.io/google-appengine/php72', '.']
1313
waitFor: ['-']
1414
id: php72
1515
- name: gcr.io/cloud-builders/docker

ext/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ This extension has been built and tested on the following PHP versions:
2020

2121
* 7.0.x
2222
* 7.1.x
23-
* 7.2.0 (alpha3)
23+
* 7.2.x
2424

2525
## Installation
2626

0 commit comments

Comments
 (0)