Skip to content

Commit

Permalink
Debug CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Luc45 committed Mar 1, 2024
1 parent c22e685 commit a8a80c1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/qit-environment-test-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,9 @@ jobs:
# Create the PHP script within the Docker environment
php qit-cli.php env:exec "echo '<?php echo PHP_MAJOR_VERSION . '.' . PHP_MINOR_VERSION; ?>' > temp_version_check.php"
# Print the PHP script
php qit-cli.php env:exec "cat temp_version_check.php"
# Execute the PHP script
actual_major_minor=$(php qit-cli.php env:exec "php temp_version_check.php")
Expand Down

0 comments on commit a8a80c1

Please sign in to comment.