Skip to content

Commit

Permalink
chore: drop support for arm7 (#7007)
Browse files Browse the repository at this point in the history
  • Loading branch information
bradymiller committed Nov 9, 2023
1 parent 8cac65a commit 598ad3e
Show file tree
Hide file tree
Showing 7 changed files with 64 additions and 217 deletions.
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
"lcobucci/jwt": "4.2.1",
"league/csv": "9.8.0",
"league/omnipay": "3.2.1",
"maennchen/zipstream-php": "2.4.0",
"mobiledetect/mobiledetectlib": "3.74.3",
"monolog/monolog": "3.5.0",
"mpdf/mpdf": "8.2.0",
Expand Down
184 changes: 62 additions & 122 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.1'
services:
mysql:
restart: always
image: jsurf/rpi-mariadb
image: mariadb:10.11
command: ['mysqld','--character-set-server=utf8mb4','--ssl-ca=/etc/ssl/ca.pem','--ssl_cert=/etc/ssl/server-cert.pem','--ssl_key=/etc/ssl/server-key.pem']
ports:
- 8320:3306
Expand Down
Loading

0 comments on commit 598ad3e

Please sign in to comment.