We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edddc35 commit 1a02f96Copy full SHA for 1a02f96
1 file changed
.github/workflows/continuous-integration.yml
@@ -266,7 +266,7 @@ jobs:
266
- name: "Test Version"
267
run: |
268
diff -u <(build/bin/churn -V) <(./churn.phar -V)
269
- ./churn.phar --version | grep -E '^churn-php .+@[0-9a-z]{7}$'
+ ./churn.phar --version | grep -E '^churn-php .+@[0-9a-z]{8}$'
270
271
- name: "Test Phar"
272
run: diff -u <(build/bin/churn --format=csv | sort) <(./churn.phar --format=csv | sort)
0 commit comments