Skip to content

Commit

Permalink
[tests only] New platformsh drupal9 template uses php 8.1 (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
rfay authored Dec 16, 2022
1 parent 0bf810d commit 91b6c05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/drupal9.bats
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ teardown() {
run ddev exec -s db 'echo ${DDEV_DATABASE}'
assert_output "mariadb:10.4"
run ddev exec "php --version | awk 'NR==1 { sub(/\.[0-9]+$/, \"\", \$2); print \$2 }'"
assert_output "8.0"
assert_output "8.1"

ddev exec 'touch ${PLATFORM_CACHE_DIR}/junk.txt'

Expand Down

0 comments on commit 91b6c05

Please sign in to comment.