Skip to content

Commit

Permalink
Fixed matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
Progi1984 committed Feb 20, 2024
1 parent b320b4e commit b96aa6d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/ui-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,16 @@ jobs:
strategy:
fail-fast: false
matrix:
ps-version:
- '8.0.5'
- '8.1.4'
- 'nightly'
include:
- ps-version: '8.0.5'
php-version: '8.1'
- ps-version: '8.1.4'
php-version: '8.1'
- ps-version: 'nightly'
php-version: '8.2'
env:
PS_VERSION: ${{ matrix.ps-version }}
PHP_VERSION: ${{ matrix.php-version }}
steps:
- name: Checkout
uses: actions/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion tests/UI/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.7'

services:
prestashop:
image: prestashop/prestashop:${PS_VERSION}-apache
image: prestashop/prestashop:${PS_VERSION}-${PHP_VERSION}-apache
container_name: prestashop
depends_on:
- mysql
Expand Down

0 comments on commit b96aa6d

Please sign in to comment.