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

Commit 467ce10

Browse files
committed
Change php version on ci
1 parent 2825704 commit 467ce10

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.circleci/config.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: 2.1
22
jobs:
33
main-test:
44
docker:
5-
- image: circleci/php:7.2
5+
- image: circleci/php:7.4
66
- image: google/cloud-sdk:242.0.0
77
command: [gcloud, beta, emulators, datastore, start, '--project=laravel-datastore-auth-test', '--host-port=0.0.0.0:8081', '-q', '--consistency=1.0']
88
working_directory: ~/repo
@@ -43,6 +43,9 @@ workflows:
4343
- test:
4444
name: "test-php7.3"
4545
php-version: "7.3"
46+
- test:
47+
name: "test-php7.3"
48+
php-version: "7.4"
4649
- test:
4750
name: "test-php7.1-prefer_lowest"
4851
php-version: "7.1"
@@ -55,3 +58,7 @@ workflows:
5558
name: "test-php7.3-prefer_lowest"
5659
php-version: "7.3"
5760
composer_arguments: "--prefer-lowest"
61+
- test:
62+
name: "test-php7.4-prefer_lowest"
63+
php-version: "7.4"
64+
composer_arguments: "--prefer-lowest"

0 commit comments

Comments
 (0)