Skip to content
Merged
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
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:
cs_fix:
name: Run code style check
runs-on: "ubuntu-20.04"
runs-on: "ubuntu-24.04"
strategy:
matrix:
php:
Expand All @@ -35,7 +35,7 @@ jobs:

rector:
name: Run rector
runs-on: "ubuntu-22.04"
runs-on: "ubuntu-24.04"
strategy:
matrix:
php:
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:

tests:
name: Tests
runs-on: "ubuntu-20.04"
runs-on: "ubuntu-24.04"
timeout-minutes: 10

strategy:
Expand Down
2 changes: 1 addition & 1 deletion resources/platformsh/ibexa-commerce/5.0/.platform.app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ hooks:
rm -Rf var/cache/$APP_ENV/*
php bin/console cache:pool:clear cache.redis
sh bin/platformsh_prestart_cacheclear.sh
SKIP_HTTPCACHE_PURGE="1" php -d memory_limit=-1 bin/console ibexa:install
SKIP_HTTPCACHE_PURGE="1" php -d memory_limit=-1 bin/console ibexa:install --no-interaction
unset SKIP_HTTPCACHE_PURGE
php bin/console ibexa:graphql:generate-schema

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ hooks:
rm -Rf var/cache/$APP_ENV/*
php bin/console cache:pool:clear cache.redis
sh bin/platformsh_prestart_cacheclear.sh
SKIP_HTTPCACHE_PURGE="1" php -d memory_limit=-1 bin/console ibexa:install
SKIP_HTTPCACHE_PURGE="1" php -d memory_limit=-1 bin/console ibexa:install --no-interaction
unset SKIP_HTTPCACHE_PURGE
php bin/console ibexa:graphql:generate-schema

Expand Down
2 changes: 1 addition & 1 deletion resources/platformsh/ibexa-headless/5.0/.platform.app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ hooks:
rm -Rf var/cache/$APP_ENV/*
php bin/console cache:pool:clear cache.redis
sh bin/platformsh_prestart_cacheclear.sh
SKIP_HTTPCACHE_PURGE="1" php -d memory_limit=-1 bin/console ibexa:install
SKIP_HTTPCACHE_PURGE="1" php -d memory_limit=-1 bin/console ibexa:install --no-interaction
unset SKIP_HTTPCACHE_PURGE
php bin/console ibexa:graphql:generate-schema

Expand Down
2 changes: 1 addition & 1 deletion resources/platformsh/ibexa-oss/5.0/.platform.app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ hooks:
rm -Rf var/cache/$APP_ENV/*
php bin/console cache:pool:clear cache.redis
sh bin/platformsh_prestart_cacheclear.sh
SKIP_HTTPCACHE_PURGE="1" php -d memory_limit=-1 bin/console ibexa:install
SKIP_HTTPCACHE_PURGE="1" php -d memory_limit=-1 bin/console ibexa:install --no-interaction
unset SKIP_HTTPCACHE_PURGE
php bin/console ibexa:graphql:generate-schema

Expand Down
Loading