diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index c0facfc..6c8ab7f 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -72,7 +72,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - presta_version: ['9.0.x'] + presta_version: ['9.0.3'] php_version: ['8.1', '8.4'] fail-fast: false env: @@ -83,7 +83,7 @@ jobs: with: path: ${{ github.event.repository.name }} - - name: Prepare PHP env for PrestaShop 9.0.x (define constants before any bootstrap) + - name: Prepare PHP env for PrestaShop 9.0.3 (define constants before any bootstrap) run: | mkdir -p ${{ github.event.repository.name }}/.phpstan-php-ini { @@ -106,7 +106,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - presta_version: ['9.1.x', 'develop'] + presta_version: ['9.1.4', 'develop'] php_version: ['8.1', '8.5'] fail-fast: false env: diff --git a/tests/php/phpstan/phpstan-9.0.x.neon b/tests/php/phpstan/phpstan-9.0.3.neon similarity index 100% rename from tests/php/phpstan/phpstan-9.0.x.neon rename to tests/php/phpstan/phpstan-9.0.3.neon diff --git a/tests/php/phpstan/phpstan-9.1.x.neon b/tests/php/phpstan/phpstan-9.1.4.neon similarity index 100% rename from tests/php/phpstan/phpstan-9.1.x.neon rename to tests/php/phpstan/phpstan-9.1.4.neon