Skip to content

Commit e9b07ca

Browse files
authored
IBX-11328: Included PHP 8.4 in browser tests (#1691)
* [TMP] Run regression * IBX-11328: Run tests on PHP 8.4 * [tmp] fieldtype-richtext-rte PR#42 * [tmp] all 8.4 for core#707 * fixup! [tmp] all 8.4 for core#707 * [tmp] ci-scripts-branch * Revert "[tmp] fieldtype-richtext-rte PR#42" This reverts commit f052a05. * Revert "fixup! [tmp] all 8.4 for core#707" This reverts commit 6776e4b. * Revert "[tmp] all 8.4 for core#707" This reverts commit 79f301d. * [revert] core dep * [tmp] gh-wf branch * [tmp] core 717 dep * Revert "[tmp] core 717 dep" This reverts commit 35b326d. * Revert "[tmp] gh-wf branch" This reverts commit b9a41c1. * Revert "[tmp] ci-scripts-branch" This reverts commit ab7891f. * [revert] tmp dep
1 parent f22a31f commit e9b07ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/browser-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
timeout: 120
5454
secrets: inherit
5555
regression-commerce-setup3:
56-
name: "PHP 8.3/Node 22/MySQL 8.4/Multirepository/Solr 8/Redis latest"
56+
name: "PHP 8.4/Node 22/MySQL 8.4/Multirepository/Solr 8/Redis latest"
5757
uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main
5858
with:
5959
project-edition: "commerce"
@@ -65,6 +65,6 @@ jobs:
6565
send-success-notification: ${{ github.event.inputs.send-success-notification != 'false' }}
6666
job-count: 4
6767
multirepository: true
68-
php-image: "ghcr.io/ibexa/docker/php:8.3-node22"
68+
php-image: "ghcr.io/ibexa/docker/php:8.4-node22"
6969
timeout: 120
7070
secrets: inherit

0 commit comments

Comments
 (0)