File tree Expand file tree Collapse file tree 1 file changed +4
-17
lines changed Expand file tree Collapse file tree 1 file changed +4
-17
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ executors:
1212 description : " PHP version tag"
1313 type : string
1414 docker :
15- - image : circleci /php:<<parameters.version>>
15+ - image : cimg /php:<<parameters.version>>
1616
1717jobs :
1818 test :
3131 steps :
3232 - checkout
3333
34- - run : sudo apt update
35- - run : sudo docker-php-ext-install zip
34+ - run : sudo apt-get update
35+ - run : sudo apt-get install -y php-zip
36+
3637
3738 # Download and cache dependencies
3839 - restore_cache :
@@ -109,10 +110,6 @@ jobs:
109110workflows :
110111 workflow :
111112 jobs :
112- - test :
113- name : ' Guzzle 7 - PHP latest'
114- version : " latest"
115- http_client : guzzlehttp/guzzle:"^7.0"
116113 - test :
117114 name : ' Guzzle 7 - PHP 8.0'
118115 version : " 8.0"
@@ -121,11 +118,6 @@ workflows:
121118 name : ' Guzzle 7 - PHP 7.4'
122119 version : " 7.4"
123120 http_client : guzzlehttp/guzzle:"^7.0"
124-
125- - test :
126- name : ' Guzzle 6 - PHP latest'
127- version : " latest"
128- http_client : guzzlehttp/guzzle:"^6.0"
129121 - test :
130122 name : ' Guzzle 6 - PHP 8.0'
131123 version : " 8.0"
@@ -138,11 +130,6 @@ workflows:
138130 name : ' Guzzle 6 - PHP 7.2'
139131 version : " 7.2"
140132 http_client : guzzlehttp/guzzle:"^6.0"
141-
142- - test :
143- name : ' Legacy client - PHP latest'
144- version : " latest"
145- http_client : legacy
146133 - test :
147134 name : ' Legacy client - PHP 8.0'
148135 version : " 8.0"
You can’t perform that action at this time.
0 commit comments