File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 39
39
AUTOMATION_CLIENT_INSTALLATION : ${{ secrets.AUTOMATION_CLIENT_INSTALLATION }}
40
40
AUTOMATION_CLIENT_SECRET : ${{ secrets.AUTOMATION_CLIENT_SECRET }}
41
41
regression-oss-setup2 :
42
- name : " PHP 8.0/Node 18 /MariaDB 10.11/Compatibility layer"
42
+ name : " PHP 8.0/Node 20 /MariaDB 10.11/Compatibility layer"
43
43
uses : ibexa/gh-workflows/.github/workflows/browser-tests.yml@main
44
44
with :
45
45
project-edition : " oss"
@@ -52,22 +52,22 @@ jobs:
52
52
use-compatibility-layer : true
53
53
job-count : 2
54
54
timeout : 60
55
- php-image : " ghcr.io/ibexa/docker/php:8.0-node18 "
55
+ php-image : " ghcr.io/ibexa/docker/php:8.0-node20 "
56
56
secrets :
57
57
SLACK_WEBHOOK_URL : ${{ secrets.SLACK_WEBHOOK_URL }}
58
58
AUTOMATION_CLIENT_ID : ${{ secrets.AUTOMATION_CLIENT_ID }}
59
59
AUTOMATION_CLIENT_INSTALLATION : ${{ secrets.AUTOMATION_CLIENT_INSTALLATION }}
60
60
AUTOMATION_CLIENT_SECRET : ${{ secrets.AUTOMATION_CLIENT_SECRET }}
61
61
regression-oss-setup3 :
62
- name : " PHP 8.3/Node 18 /MySQL 8.4/Solr"
62
+ name : " PHP 8.3/Node 22 /MySQL 8.4/Solr"
63
63
uses : ibexa/gh-workflows/.github/workflows/browser-tests.yml@main
64
64
with :
65
65
project-edition : " oss"
66
66
project-version : ${{ github.event.inputs.project-version }}
67
67
test-suite : " --profile=regression --suite=oss"
68
68
test-setup-phase-1 : " --profile=regression --suite=setup-oss --mode=standard"
69
69
setup : " doc/docker/base-dev.yml:doc/docker/db-mysql8.4.yml:doc/docker/solr.yml:doc/docker/selenium.yml"
70
- php-image : " ghcr.io/ibexa/docker/php:8.3-node18 "
70
+ php-image : " ghcr.io/ibexa/docker/php:8.3-node22 "
71
71
send-success-notification : ${{ github.event.inputs.send-success-notification != 'false' }}
72
72
job-count : 2
73
73
timeout : 60
You can’t perform that action at this time.
0 commit comments