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 d389a26
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
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
8 changes: 0 additions & 8 deletions tests/phpstan/phpstan-8.0-beta.1.neon

This file was deleted.

8 changes: 8 additions & 0 deletions tests/phpstan/phpstan-8.0.0-beta.1.neon
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
includes:
- %currentWorkingDirectory%/tests/phpstan/phpstan.neon

parameters:
excludes_analyse:
- ./../../classes/UpgradeTools/CoreUpgrader/CoreUpgrader17.php
- ./../../classes/Twig/TransFilterExtension.php
- ./../../classes/UpgradeContainer.php

0 comments on commit d389a26

Please sign in to comment.