Skip to content

Commit

Permalink
Fix drupal 11 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
csandanov committed Aug 7, 2024
1 parent d0fea73 commit 783263a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion tests/drupal/11/compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ services:
- codebase:/var/www/html
- ./server.conf:/var/www/html/server.conf
drupal:
image: drupal:11-fpm-alpine
image: drupal:11-php8.3-fpm-alpine
volumes:
- codebase:/var/www/html

Expand Down
2 changes: 0 additions & 2 deletions tests/drupal/11/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ echo -n "authorize.php... "
nginx_exec curl -s -S -I "localhost/core/authorize.php" | grep '500 Service unavailable'
echo -n "install.php... "
nginx_exec curl -s -S -I "localhost/core/install.php" | grep '200 OK'
echo -n "statistics.php... "
nginx_exec curl -s -S -I "localhost/core/modules/statistics/statistics.php" | grep '500 Service unavailable'
echo -n "cron... "
nginx_exec curl -s -S -I "localhost/cron" | grep '302 Found'
echo -n "index.php... "
Expand Down

0 comments on commit 783263a

Please sign in to comment.