Skip to content

Commit ce2f5d9

Browse files
php version to 7.3
1 parent 1091a6e commit ce2f5d9

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.semaphore/semaphore.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,11 @@ agent:
1515
machine:
1616
type: e1-standard-2
1717
os_image: ubuntu1804
18-
18+
19+
global_job_config:
20+
prologue:
21+
commands:
22+
- sem-version php 7.3
1923
# Blocks are the heart of a pipeline and are executed sequentially.
2024
# Each block has a task that defines one or more jobs. Jobs define the
2125
# commands to execute.

0 commit comments

Comments
 (0)