Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Commit 241b11f

Browse files
committed
hmm
1 parent e8b69da commit 241b11f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ jobs:
3939
# Standard ORCA jobs.
4040
- { name: "Static code analysis", env: ORCA_JOB=STATIC_CODE_ANALYSIS }
4141
- { name: "Deprecated code scan", env: ORCA_JOB=DEPRECATED_CODE_SCAN }
42-
- { name: "Isolated test w/ recommended package versions", env: ORCA_JOB=ISOLATED_RECOMMENDED }
42+
- { name: "Isolated test w/ recommended package versions", env: ORCA_JOB=ISOLATED_RECOMMENDED}
43+
- { name: "Isolated test w/ recommended package versions", env: ORCA_JOB=ISOLATED_RECOMMENDED, php: "7.4"}
4344
- { name: "Integrated test w/ recommended package versions", env: ORCA_JOB=INTEGRATED_RECOMMENDED }
4445
- { name: "Isolated test w/ dev package versions", env: ORCA_JOB=ISOLATED_DEV }
4546
- { name: "Integrated test w/ dev package versions", env: ORCA_JOB=INTEGRATED_DEV }

0 commit comments

Comments
 (0)