We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a629331 commit 1ffeeb7Copy full SHA for 1ffeeb7
1 file changed
.github/workflows/Tests.yml
@@ -17,6 +17,11 @@ jobs:
17
steps:
18
- uses: actions/checkout@v4
19
20
+ - name: Setup PHP
21
+ uses: shivammathur/setup-php@v2
22
+ with:
23
+ php-version: '8.4'
24
+
25
- name: Validate composer.json and composer.lock
26
run: composer validate --strict
27
@@ -31,6 +36,6 @@ jobs:
31
36
32
37
- name: Install dependencies
33
38
run: composer install --prefer-dist --no-progress
34
-
39
35
40
- name: Run test suite
41
run: composer run-script test
0 commit comments