From 1dcc391fc40a75e5d1dee5814187721d92856e7c Mon Sep 17 00:00:00 2001 From: mychidarko Date: Tue, 15 Oct 2024 01:58:25 +0000 Subject: [PATCH] chore: update alchemy --- alchemy.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/alchemy.yml b/alchemy.yml index eb1fae7..39a8ae7 100644 --- a/alchemy.yml +++ b/alchemy.yml @@ -33,20 +33,20 @@ lint: keep_multiple_spaces_after_comma: true blank_line_before_statement: statements: + - try - break - - continue - - declare - - return - throw - - try + - return + - declare + - continue actions: run: - lint - tests os: - - ubuntu-latest - macos-latest + - ubuntu-latest - windows-latest php: extensions: json, zip