File tree Expand file tree Collapse file tree 1 file changed +2
-16
lines changed
Expand file tree Collapse file tree 1 file changed +2
-16
lines changed Original file line number Diff line number Diff line change 1212jobs :
1313 run_tests :
1414 env :
15- SHOP_BRANCH : ${{ inputs.shop_branch || 'b-7.5 .x' }}
15+ SHOP_BRANCH : ${{ inputs.shop_branch || 'b-8.0 .x' }}
1616 strategy :
1717 matrix :
18- php : [ '8.3', '8. 4', '8.5' ]
18+ php : [ '8.4', '8.5' ]
1919 mysql : [ '8.0', '8.4' ]
2020 fail-fast : false
2121 runs-on : ubuntu-latest
3838 -e 's#/var/www/#/var/www/source/#g;'\
3939 containers/httpd/project.conf
4040
41- - name : Prepare shop configuration
42- run : |
43- cp source/source/config.inc.php.dist source/source/config.inc.php
44- perl -pi\
45- -e 's#<dbHost>#mysql#g;'\
46- -e 's#<dbUser>#root#g;'\
47- -e 's#<dbName>#example#g;'\
48- -e 's#<dbPwd>#root#g;'\
49- -e 's#<dbPort>#3306#g;'\
50- -e 's#<sShopURL>#http://localhost.local/#g;'\
51- -e 's#<sShopDir>#/var/www/source/#g;'\
52- -e 's#<sCompileDir>#/var/www/source/tmp/#g;'\
53- source/source/config.inc.php
54-
5541 - name : Start containers
5642 run : |
5743 make up
You can’t perform that action at this time.
0 commit comments