Skip to content

Commit 1ffeeb7

Browse files
tests ci
1 parent a629331 commit 1ffeeb7

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/Tests.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ 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+
2025
- name: Validate composer.json and composer.lock
2126
run: composer validate --strict
2227

@@ -31,6 +36,6 @@ jobs:
3136
3237
- name: Install dependencies
3338
run: composer install --prefer-dist --no-progress
34-
39+
3540
- name: Run test suite
3641
run: composer run-script test

0 commit comments

Comments
 (0)