Skip to content

Commit 1a02f96

Browse files
author
Philipp Handle
committed
fix version check
1 parent edddc35 commit 1a02f96

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ jobs:
266266
- name: "Test Version"
267267
run: |
268268
diff -u <(build/bin/churn -V) <(./churn.phar -V)
269-
./churn.phar --version | grep -E '^churn-php .+@[0-9a-z]{7}$'
269+
./churn.phar --version | grep -E '^churn-php .+@[0-9a-z]{8}$'
270270
271271
- name: "Test Phar"
272272
run: diff -u <(build/bin/churn --format=csv | sort) <(./churn.phar --format=csv | sort)

0 commit comments

Comments
 (0)