Skip to content

Commit ca09dd4

Browse files
committed
WIP
1 parent 0b637d5 commit ca09dd4

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

.github/workflows/behat.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff 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: |

config/packages/doctrine.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
doctrine:
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)%'

0 commit comments

Comments
 (0)