Skip to content

Commit

Permalink
rename ps8 beta neon file
Browse files Browse the repository at this point in the history
  • Loading branch information
matthieu-rolland committed Sep 1, 2022
1 parent 7bc1374 commit 45ee390
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
presta-versions: ['1.6.1.18', '1.7.2.5', '1.7.3.4', '1.7.4.4', '1.7.5.1', '1.7.6', '1.7.7', '1.7.8', 'latest', '8.0-beta.1']
presta-versions: ['1.6.1.18', '1.7.2.5', '1.7.3.4', '1.7.4.4', '1.7.5.1', '1.7.6', '1.7.7', '1.7.8', 'latest', '8.0.0-beta.1']
steps:
- name: Checkout
uses: actions/checkout@v2.0.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@ includes:
- %currentWorkingDirectory%/tests/phpstan/phpstan.neon

parameters:
excludes_analyse:
- ./../../classes/UpgradeTools/CoreUpgrader/CoreUpgrader17.php
- ./../../classes/Twig/TransFilterExtension.php
- ./../../classes/UpgradeContainer.php
ignoreErrors:
- '#Access to an undefined property Module::\$installed.#'
- '#Class Twig_Extension not found.#'
- '#Call to method fetchLocale\(\) on an unknown class PrestaShop\\PrestaShop\\Core\\Cldr\\Update.#'
- '#Instantiated class PrestaShop\\PrestaShop\\Core\\Cldr\\Update not found.#'

0 comments on commit 45ee390

Please sign in to comment.