Skip to content

Commit e04d6e8

Browse files
committed
refactor: refactor to 32-bits (plural)
1 parent 41ad9b9 commit e04d6e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous-integration-32-bit.yml renamed to .github/workflows/continuous-integration-32-bits.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: |
3636
MAX=$(php -r "echo PHP_INT_MAX;")
3737
if [ "$MAX" -ne 2147483647 ]; then
38-
echo "Error: PHP is not 32-bit (PHP_INT_MAX is $MAX)"
38+
echo "Error: PHP is not 32-bits (PHP_INT_MAX is $MAX)"
3939
exit 1
4040
fi
4141
env:

0 commit comments

Comments
 (0)