質問編集履歴

3

2020/02/19 15:42

投稿

tapioka28
tapioka28

スコア15

test CHANGED
File without changes
test CHANGED
@@ -121,3 +121,7 @@
121
121
 
122
122
 
123
123
  ```
124
+
125
+
126
+
127
+ phpのバージョンは php -v , phpinfo()で確認しましたが、どちらも7.2です

2

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

2020/02/19 15:42

投稿

tapioka28
tapioka28

スコア15

test CHANGED
File without changes
test CHANGED
@@ -108,14 +108,6 @@
108
108
 
109
109
  ```
110
110
 
111
- # PHP CircleCI 2.0 configuration file
112
-
113
- #
114
-
115
- # Check https://circleci.com/docs/2.0/language-php/ for more details
116
-
117
- #
118
-
119
111
  version: 2
120
112
 
121
113
  jobs:
@@ -124,6 +116,8 @@
124
116
 
125
117
  docker:
126
118
 
127
- # Specify the version you desire here
119
+ - image: circleci/php:7.3-stretch-node-browsers
128
120
 
121
+
122
+
129
- - image: circleci/php:7.3-stretch-node-browsers
123
+ ```

1

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

2020/02/17 13:24

投稿

tapioka28
tapioka28

スコア15

test CHANGED
File without changes
test CHANGED
@@ -91,3 +91,39 @@
91
91
 
92
92
 
93
93
  ```
94
+
95
+
96
+
97
+ 回答ありがとうございます!
98
+
99
+
100
+
101
+ eb initコマンドでもphp7.3を選択しました。
102
+
103
+ .circleci/config.ymlの中で下記のように - image: circleci/php:7.3-stretch-node-browsers としているのですが、これとは違うのでしょうか?
104
+
105
+
106
+
107
+
108
+
109
+ ```
110
+
111
+ # PHP CircleCI 2.0 configuration file
112
+
113
+ #
114
+
115
+ # Check https://circleci.com/docs/2.0/language-php/ for more details
116
+
117
+ #
118
+
119
+ version: 2
120
+
121
+ jobs:
122
+
123
+ build:
124
+
125
+ docker:
126
+
127
+ # Specify the version you desire here
128
+
129
+ - image: circleci/php:7.3-stretch-node-browsers