Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IBX-8154: Run tests on PHP 8.3 (4.6) #395

Closed
wants to merge 2 commits into from
Closed
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
@@ -23,6 +23,7 @@ jobs:
name: "PHP 7.4/Node 18/PostgreSQL/Varnish/Redis/Multirepository"
uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main
with:
ci-scripts-branch: ibx-8154
project-edition: "experience"
project-version: ${{ github.event.inputs.project-version }}
test-suite: "--profile=regression --suite=experience"
@@ -46,6 +47,7 @@ jobs:
name: "PHP 8.0/Node 18/MySQL/Compatibility layer/Elastic"
uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main
with:
ci-scripts-branch: ibx-8154
project-edition: "experience"
project-version: ${{ github.event.inputs.project-version }}
test-suite: "--profile=regression --suite=experience"
@@ -66,9 +68,10 @@ jobs:
AUTOMATION_CLIENT_INSTALLATION: ${{ secrets.AUTOMATION_CLIENT_INSTALLATION }}
AUTOMATION_CLIENT_SECRET: ${{ secrets.AUTOMATION_CLIENT_SECRET }}
regression-experience-setup3:
name: "PHP 8.2/Node 18/MySQL/Compatibility layer/Solr"
name: "PHP 8.3/Node 18/MySQL/Compatibility layer/Solr"
uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main
with:
ci-scripts-branch: ibx-8154
project-edition: "experience"
project-version: ${{ github.event.inputs.project-version }}
test-suite: "--profile=regression --suite=experience"
@@ -79,7 +82,7 @@ jobs:
use-compatibility-layer: true
job-count: 4
timeout: 120
php-image: "ghcr.io/ibexa/docker/php:8.2-node18"
php-image: "ghcr.io/ibexa/docker/php:8.3-node18"
secrets:
SATIS_NETWORK_KEY: ${{ secrets.SATIS_NETWORK_KEY }}
SATIS_NETWORK_TOKEN: ${{ secrets.SATIS_NETWORK_TOKEN }}
@@ -92,6 +95,7 @@ jobs:
name: "Map\\Host matcher tests"
uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main
with:
ci-scripts-branch: ibx-8154
project-edition: "experience"
project-version: ${{ github.event.inputs.project-version }}
test-suite: "--profile=browser --suite=page-builder"
@@ -111,6 +115,7 @@ jobs:
name: "Map\\URI matcher tests"
uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main
with:
ci-scripts-branch: ibx-8154
project-edition: "experience"
project-version: ${{ github.event.inputs.project-version }}
test-suite: "--profile=browser --suite=page-builder"
@@ -129,6 +134,7 @@ jobs:
name: "URIElement matcher tests"
uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main
with:
ci-scripts-branch: ibx-8154
project-edition: "experience"
project-version: ${{ github.event.inputs.project-version }}
test-suite: "--profile=browser --suite=page-builder"
@@ -147,6 +153,7 @@ jobs:
name: "Compound matcher tests"
uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main
with:
ci-scripts-branch: ibx-8154
project-edition: "experience"
project-version: ${{ github.event.inputs.project-version }}
test-suite: "--profile=browser --suite=page-builder"