Skip to content

Commit 03cc7ba

Browse files
committed
Update test.yml
1 parent 60157be commit 03cc7ba

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/test.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,12 @@ jobs:
88

99
steps:
1010
- uses: actions/checkout@v3
11-
- run: echo "The ${{ github.repository }} repository has been cloned to the runner."
11+
- name: Setup PHP
12+
uses: shivammathur/setup-php@v2
13+
with:
14+
php-version: '8.2'
15+
- name: Display PHP version
16+
run: php -v
1217
- uses: php-actions/composer@v6
1318
- run: echo "Composer dependencies have been installed"
1419
- run: vendor/bin/phpunit

0 commit comments

Comments
 (0)