File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -121,10 +121,11 @@ jobs:
121121 sudo xvfb -ac :99 -screen 0 1280x1024x24 > /dev/null 2>&1 &
122122 java -Dwebdriver.chrome.driver=/usr/bin/chromedriver -jar selenium-server-4.1.3.jar standalone --log selenium.log > /dev/null &
123123
124- - name : Start mysql service
124+ - name : Start mariadb service
125125 run : |
126- sudo /etc/init.d/mysql start
127- #sudo systemctl restart apache2
126+ sudo apt-get install -y mariadb-server
127+ sudo /etc/init.d/mariadb start
128+ sudo systemctl restart apache2
128129
129130 - name : Check PHP settings
130131 run : |
Original file line number Diff line number Diff line change 11doctrine :
22 dbal :
3- server-version : ' mariadb-10.4 .14'
3+ server-version : ' mariadb-10.11 .14'
44 dbname : ' %env(DATABASE_NAME)%'
55 user : ' %env(DATABASE_USER)%'
66 password : ' %env(DATABASE_PASSWORD)%'
You can’t perform that action at this time.
0 commit comments