diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f75f61d2..4928306b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ name: CI env: SIMPLETEST_DB: "mysql://drupal:drupal@db:3306/drupal" SIMPLETEST_BASE_URL: "http://127.0.0.1:8888" - DRUPAL_CORE_VERSION: 9.3.x + DRUPAL_CORE_VERSION: 9.5.x SYMFONY_DEPRECATIONS_HELPER: disabled BROWSERTEST_OUTPUT_DIRECTORY: 'sites/simpletest' jobs: @@ -21,7 +21,7 @@ jobs: services: db: - image: mariadb:10.5 + image: mariadb env: MYSQL_USER: drupal MYSQL_PASSWORD: drupal diff --git a/migrations/tpr_unit.yml b/migrations/tpr_unit.yml index 5b11210d..0703cf2d 100644 --- a/migrations/tpr_unit.yml +++ b/migrations/tpr_unit.yml @@ -20,8 +20,8 @@ source: - desc - short_desc track_changes: true - url: 'https://www.hel.fi/palvelukarttaws/rest/v4/unit/?newfeatures=yes&arealcity=91' - canonical_url: 'https://www.hel.fi/palvelukarttaws/rest/v4/unit/?newfeatures=yes&arealcity=91' + url: 'https://www.hel.fi/palvelukarttaws/rest/v4/unit/?newfeatures=yes' + canonical_url: 'https://www.hel.fi/palvelukarttaws/rest/v4/unit/?newfeatures=yes' accessibility_sentences_url: 'https://www.hel.fi/palvelukarttaws/rest/v4/accessibility_sentence/' connections_url: 'https://www.hel.fi/palvelukarttaws/rest/v4/connection/' services_url: 'https://city-of-helsinki.github.io/drupal-tpr-aggregator/unitservices.json'