teratail header banner
teratail header banner
質問するログイン新規登録

質問編集履歴

3

2020/02/19 15:42

投稿

tapioka28
tapioka28

スコア15

title CHANGED
File without changes
body CHANGED
@@ -59,4 +59,6 @@
59
59
  docker:
60
60
  - image: circleci/php:7.3-stretch-node-browsers
61
61
 
62
- ```
62
+ ```
63
+
64
+ phpのバージョンは php -v , phpinfo()で確認しましたが、どちらも7.2です

2

circleciのphpのバージョン設定に関して

2020/02/19 15:42

投稿

tapioka28
tapioka28

スコア15

title CHANGED
File without changes
body CHANGED
@@ -53,13 +53,10 @@
53
53
 
54
54
 
55
55
  ```
56
- # PHP CircleCI 2.0 configuration file
57
- #
58
- # Check https://circleci.com/docs/2.0/language-php/ for more details
59
- #
60
56
  version: 2
61
57
  jobs:
62
58
  build:
63
59
  docker:
64
- # Specify the version you desire here
65
- - image: circleci/php:7.3-stretch-node-browsers
60
+ - image: circleci/php:7.3-stretch-node-browsers
61
+
62
+ ```

1

circleciのphpのバージョン設定に関して

2020/02/17 13:24

投稿

tapioka28
tapioka28

スコア15

title CHANGED
File without changes
body CHANGED
@@ -44,4 +44,22 @@
44
44
  Exited with code exit status 2
45
45
  CircleCI received exit code 2
46
46
 
47
- ```
47
+ ```
48
+
49
+ 回答ありがとうございます!
50
+
51
+ eb initコマンドでもphp7.3を選択しました。
52
+ .circleci/config.ymlの中で下記のように - image: circleci/php:7.3-stretch-node-browsers としているのですが、これとは違うのでしょうか?
53
+
54
+
55
+ ```
56
+ # PHP CircleCI 2.0 configuration file
57
+ #
58
+ # Check https://circleci.com/docs/2.0/language-php/ for more details
59
+ #
60
+ version: 2
61
+ jobs:
62
+ build:
63
+ docker:
64
+ # Specify the version you desire here
65
+ - image: circleci/php:7.3-stretch-node-browsers