Skip to content
Merged
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
4 changes: 2 additions & 2 deletions .github/workflows/browser-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ 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:
project-edition: "experience"
Expand All @@ -65,7 +65,7 @@ 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"
Expand Down
Loading