We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8167720 commit f7062b5Copy full SHA for f7062b5
.github/workflows/test.yml
@@ -60,11 +60,12 @@ jobs:
60
rm -rf "$TEMP_EXTRACT_DIR"
61
rm "$TEMP_ZIP"
62
63
- - name: Debug configuration
+ - name: Override framework version
64
run: |
65
- # Fix the Author configuration in hyde.php to prevent the error
66
- CONFIG_FILE="/tmp/hyde-rc-runner/config/hyde.php"
67
- cat "$CONFIG_FILE"
+ # TODO Remove this whole step when merged
+ cd "/tmp/hyde-rc-runner"
+ echo -e "\033[33mOverriding hyde/framework to dev-develop...\033[0m"
68
+ composer require hyde/framework:dev-develop --no-progress
69
70
- name: Install test package
71
0 commit comments