Skip to content

Commit

Permalink
Merge pull request #1107 from PrestaShop/dev
Browse files Browse the repository at this point in the history
Release 4.0.0
  • Loading branch information
jolelievre authored Dec 6, 2024
2 parents a516b0b + f4540bf commit edb3292
Show file tree
Hide file tree
Showing 11 changed files with 1,235 additions and 1,650 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: PHP tests
on: [push, pull_request]
jobs:
php-linter:
name: PHP Syntax check 7.1 => 8.2
name: PHP Syntax check
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand All @@ -29,6 +29,11 @@ jobs:
- name: PHP syntax checker 8.2
uses: prestashop/github-action-php-lint/8.2@master

- name: PHP syntax checker 8.3
uses: prestashop/github-action-php-lint/8.3@master

- name: PHP syntax checker 8.4
uses: prestashop/github-action-php-lint/8.4@master

# Check the PHP code follow the coding standards
php-cs-fixer:
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
}
],
"require": {
"php": ">=5.6",
"php": ">=7.1",
"doctrine/collections": "^1.4"
},
"require-dev": {
Expand All @@ -20,7 +20,7 @@
},
"config": {
"platform": {
"php": "5.6.0"
"php": "7.1.0"
},
"preferred-install": "dist",
"prepend-autoloader": false
Expand Down
16 changes: 8 additions & 8 deletions composer.lock

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

2 changes: 1 addition & 1 deletion config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<module>
<name>ps_facetedsearch</name>
<displayName><![CDATA[Faceted search]]></displayName>
<version><![CDATA[3.16.1]]></version>
<version><![CDATA[4.0.0]]></version>
<description><![CDATA[Displays a block allowing multiple filters.]]></description>
<author><![CDATA[PrestaShop]]></author>
<tab><![CDATA[front_office_features]]></tab>
Expand Down
Loading

0 comments on commit edb3292

Please sign in to comment.