diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index ed12ff18..56d058f6 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -58,7 +58,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - presta-versions: ['1.7.7', '1.7.8', '8.0', 'latest'] + presta-versions: ['1.7.8', '8.0', 'latest'] steps: - name: Setup PHP uses: shivammathur/setup-php@v2 diff --git a/blockreassurance.php b/blockreassurance.php index 24d87bd3..6e6932fe 100644 --- a/blockreassurance.php +++ b/blockreassurance.php @@ -127,7 +127,7 @@ public function __construct() // Confirm uninstall $this->confirmUninstall = $this->trans('Are you sure you want to uninstall this module?', [], 'Modules.Blockreassurance.Admin'); $this->ps_url = $this->context->link->getBaseLink(); - $this->ps_versions_compliancy = ['min' => '1.7.7', 'max' => _PS_VERSION_]; + $this->ps_versions_compliancy = ['min' => '1.7.8', 'max' => _PS_VERSION_]; $this->templateFile = 'module:blockreassurance/views/templates/hook/blockreassurance.tpl'; }