diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 23c6e3c..c832731 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -92,7 +92,7 @@ jobs: root-password: 'drupal' - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 1 ref: ${{ github.event.pull_request.head.sha }} diff --git a/docker-compose.yml b/docker-compose.yml index 30a4f1a..0d43e99 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -16,7 +16,7 @@ services: db3: container_name: "mysqldump-php-mariadb-80" - image: druidfi/mariadb:10.6-drupal + image: druidfi/mariadb:10.11-drupal ports: - 3306