Commit 60e36213 authored by Mark Dorison's avatar Mark Dorison Committed by Sascha Eggenberger
Browse files

Issue #3348007: Update Tugboat configuration to use Drupal 10

parent fd4b5823
Loading
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
services:
  php:
    image: q0rban/tugboat-drupal:9.1
    image: q0rban/tugboat-drupal:10
    default: true
    http: false
    # depends: mysql
    depends: mysql
    commands:
      # init: # prevents warning - Program sqlite3 not found.
      #   - apt-get update
@@ -67,5 +67,5 @@ services:
        composer update drupal/gin
        vendor/bin/drush --yes updb
        vendor/bin/drush cache:rebuild
  # mysql:
  #   image: tugboatqa/mariadb
  mysql:
    image: tugboatqa/mariadb