Skip to content

Commit d631f4b

Browse files
authored
Merge pull request #1285 from jolelievre/update-ci-9.1.x-to-9.1.4
Replace 9.1.x branch with 9.1.4 tag in CI
2 parents b18a192 + 102be39 commit d631f4b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/php.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@ jobs:
9292
- { presta_version: '9.0.3', php_version: '8.1' }
9393
- { presta_version: '9.0.3', php_version: '8.4' }
9494
# PrestaShop 9.1.x and develop support PHP 8.1 up to 8.5
95-
- { presta_version: '9.1.x', php_version: '8.1' }
96-
- { presta_version: '9.1.x', php_version: '8.5' }
95+
- { presta_version: '9.1.4', php_version: '8.1' }
96+
- { presta_version: '9.1.4', php_version: '8.5' }
9797
- { presta_version: 'develop', php_version: '8.1' }
9898
- { presta_version: 'develop', php_version: '8.5' }
9999
fail-fast: false

0 commit comments

Comments
 (0)