Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 9 additions & 2 deletions .github/workflows/browser-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
name: "PHP 7.4/Node 18/PostgreSQL 18.0/Varnish/Redis 7.2/Multirepository"
uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main
with:
ci-scripts-branch: 'ibx-11328-php-8.4'
project-edition: "experience"
project-version: ${{ github.event.inputs.project-version }}
test-suite: "--profile=regression --suite=experience"
Expand All @@ -39,6 +40,7 @@ jobs:
name: "PHP 8.0/Node 20/MySQL 8.0/Compatibility layer/Elastic 8"
uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main
with:
ci-scripts-branch: 'ibx-11328-php-8.4'
project-edition: "experience"
project-version: ${{ github.event.inputs.project-version }}
test-suite: "--profile=regression --suite=experience"
Expand All @@ -52,9 +54,10 @@ jobs:
php-image: "ghcr.io/ibexa/docker/php:8.0-node20"
secrets: inherit
regression-experience-setup3:
name: "PHP 8.3/Node 22/MySQL 8.4/Compatibility layer/Solr 8/Valkey latest"
name: "PHP 8.4/Node 22/MySQL 8.4/Compatibility layer/Solr 8/Valkey latest"
uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main
with:
ci-scripts-branch: 'ibx-11328-php-8.4'
project-edition: "experience"
project-version: ${{ github.event.inputs.project-version }}
test-suite: "--profile=regression --suite=experience"
Expand All @@ -65,12 +68,13 @@ jobs:
use-compatibility-layer: true
job-count: 4
timeout: 120
php-image: "ghcr.io/ibexa/docker/php:8.3-node22"
php-image: "ghcr.io/ibexa/docker/php:8.4-node22"
secrets: inherit
page-builder-matchers-1:
name: "Map\\Host matcher tests/PostgreSQL 14.15/Solr 7/Valkey latest"
uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main
with:
ci-scripts-branch: 'ibx-11328-php-8.4'
project-edition: "experience"
project-version: ${{ github.event.inputs.project-version }}
test-suite: "--profile=browser --suite=page-builder"
Expand All @@ -83,6 +87,7 @@ jobs:
name: "Map\\URI matcher tests/MariaDB 11.4/Solr 9/Redis latest"
uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main
with:
ci-scripts-branch: 'ibx-11328-php-8.4'
project-edition: "experience"
project-version: ${{ github.event.inputs.project-version }}
test-suite: "--profile=browser --suite=page-builder"
Expand All @@ -95,6 +100,7 @@ jobs:
name: "URIElement matcher tests/MariaDB 10.11/Elastic 7/Redis 5.0"
uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main
with:
ci-scripts-branch: 'ibx-11328-php-8.4'
project-edition: "experience"
project-version: ${{ github.event.inputs.project-version }}
test-suite: "--profile=browser --suite=page-builder"
Expand All @@ -107,6 +113,7 @@ jobs:
name: "Compound matcher tests/MariaDB 10.11/Redis 4.0"
uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main
with:
ci-scripts-branch: 'ibx-11328-php-8.4'
project-edition: "experience"
project-version: ${{ github.event.inputs.project-version }}
test-suite: "--profile=browser --suite=page-builder"
Expand Down
17 changes: 17 additions & 0 deletions dependencies.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"recipesEndpoint": "",
"packages": [
{
"requirement": "dev-ibx-11328-php-8.4 as 4.6.x-dev",
"repositoryUrl": "https://github.com/ibexa/docker",
"package": "ibexa/docker",
"shouldBeAddedAsVCS": false
},
{
"requirement": "v4.6.27 as 4.6.x-dev",
"repositoryUrl": "https://github.com/ibexa/core",
"package": "ibexa/core",
"shouldBeAddedAsVCS": false
}
]
}
Loading