Skip to content

Commit 0549486

Browse files
committed
Replace 9.1.x branch with 9.1.4 tag in CI
1 parent 4966238 commit 0549486

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jobs:
121121
runs-on: ubuntu-latest
122122
strategy:
123123
matrix:
124-
presta_version: ['9.1.x', '9.2.x', 'develop']
124+
presta_version: ['9.1.4', '9.2.x', 'develop']
125125
php_version: ['8.1', '8.5']
126126
fail-fast: false
127127
env:

.github/workflows/ui-test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ jobs:
2929
PS_VERSION_DOCKER: '9.0.3-3.0-classic'
3030
PHP_VERSION: '8.4'
3131
PS_THEME_FO: 'classic'
32-
- PS_VERSION: '9.1.x'
33-
PS_VERSION_DOCKER: '9.1.x'
32+
- PS_VERSION: '9.1.4'
33+
PS_VERSION_DOCKER: '9.1.4'
3434
PHP_VERSION: '8.4'
3535
PS_THEME_FO: 'classic'
3636
- PS_VERSION: '9.2.x'
@@ -129,7 +129,7 @@ jobs:
129129
include:
130130
- PS_VERSION: '9.0.3'
131131
PHP_VERSION: '8.4'
132-
- PS_VERSION: '9.1.x'
132+
- PS_VERSION: '9.1.4'
133133
PHP_VERSION: '8.4'
134134
- PS_VERSION: '9.2.x'
135135
PHP_VERSION: '8.4'

0 commit comments

Comments
 (0)