We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 984c8f8 commit b202f5fCopy full SHA for b202f5f
.github/helper/install_dependencies.sh
@@ -3,10 +3,6 @@ set -e
3
4
echo "Setting Up System Dependencies..."
5
6
-sudo apt update
7
-sudo apt remove mysql-server mysql-client
8
-sudo apt install libcups2-dev redis-server mariadb-client-10.8
9
-
10
install_wkhtmltopdf() {
11
wget -q https://github.com/wkhtmltopdf/packaging/releases/download/0.12.6-1/wkhtmltox_0.12.6-1.focal_amd64.deb
12
sudo apt install ./wkhtmltox_0.12.6-1.focal_amd64.deb
.github/workflows/server-tests.yml
@@ -29,7 +29,7 @@ jobs:
29
ports:
30
- 12000:6379
31
mariadb:
32
- image: mariadb:10.8
+ image: mariadb:11.3
33
env:
34
MYSQL_ROOT_PASSWORD: root
35
0 commit comments