Skip to content

Commit a37fa11

Browse files
committed
main | update workflow
1 parent 26bd772 commit a37fa11

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/main.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,13 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@v4
1919

20+
- name: Setup PHP
21+
uses: shivammathur/setup-php@v2
22+
with:
23+
php-version: 8.2
24+
extensions: brotli
25+
coverage: pcov
26+
2027
- name: Validate composer.json and composer.lock
2128
run: composer validate --strict
2229

0 commit comments

Comments
 (0)