2020 uses : shivammathur/setup-php@master
2121 with :
2222 php-version : ${{ matrix.php-versions }}
23+ extensions : curl, dom, intl, json, openssl
2324
2425 - name : Cache Composer packages
2526 id : composer-cache
6061 uses : shivammathur/setup-php@master
6162 with :
6263 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
6465
6566 - name : Cache Composer packages
6667 id : composer-cache
9293 uses : shivammathur/setup-php@master
9394 with :
9495 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
9697
9798 - name : Cache Composer packages
9899 id : composer-cache
@@ -130,7 +131,7 @@ jobs:
130131 uses : shivammathur/setup-php@master
131132 with :
132133 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
134135
135136 - name : Cache Composer packages
136137 id : composer-cache
@@ -147,3 +148,9 @@ jobs:
147148
148149 - name : Run tests
149150 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