Skip to content

Commit 3fea4a9

Browse files
committed
Added php unit tests
1 parent 6c544b9 commit 3fea4a9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/php-tests.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@ 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.4
24+
coverage: xdebug
25+
2026
- name: Validate composer.json and composer.lock
2127
run: composer validate --strict
2228

0 commit comments

Comments
 (0)