20
20
uses : shivammathur/setup-php@master
21
21
with :
22
22
php-version : ${{ matrix.php-versions }}
23
+ extensions : curl, dom, intl, json, openssl
23
24
24
25
- name : Cache Composer packages
25
26
id : composer-cache
60
61
uses : shivammathur/setup-php@master
61
62
with :
62
63
php-version : ${{ matrix.php-versions }}
63
- extensions : bcmath, ctype, curl, dom, gd, hash, iconv, intl, mbstring , openssl, pdo_mysql, simplexml, soap, xsl, zip
64
+ extensions : curl, dom, intl, json , openssl
64
65
65
66
- name : Cache Composer packages
66
67
id : composer-cache
92
93
uses : shivammathur/setup-php@master
93
94
with :
94
95
php-version : ${{ matrix.php-versions }}
95
- extensions : bcmath, ctype, curl, dom, gd, hash, iconv, intl, mbstring , openssl, pdo_mysql, simplexml, soap, xsl, zip
96
+ extensions : curl, dom, intl, json , openssl
96
97
97
98
- name : Cache Composer packages
98
99
id : composer-cache
@@ -130,7 +131,7 @@ jobs:
130
131
uses : shivammathur/setup-php@master
131
132
with :
132
133
php-version : ${{ matrix.php-versions }}
133
- extensions : bcmath, ctype, curl, dom, gd, hash, iconv, intl, mbstring , openssl, pdo_mysql, simplexml, soap, xsl, zip
134
+ extensions : curl, dom, intl, json , openssl
134
135
135
136
- name : Cache Composer packages
136
137
id : composer-cache
@@ -147,3 +148,9 @@ jobs:
147
148
148
149
- name : Run tests
149
150
run : bin/functional
151
+
152
+ - name : Allure report
153
+ uses : afiore/action-allure-report@v0.1.0
154
+ with :
155
+ results-dir : dev/tests/_output/allure-results
156
+
0 commit comments