Skip to content

Commit 03cd4b0

Browse files
committed
add setup-php to ci.yml
1 parent 4abf039 commit 03cd4b0

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,13 @@ jobs:
1515

1616
steps:
1717
- uses: actions/checkout@v2
18+
- name: Setup PHP
19+
uses: shivammathur/setup-php@v2
20+
with:
21+
php-version: 8.2
22+
tools: composer:v2
23+
coverage: none
24+
1825
- name: Install composer dependencies
1926
run: composer require "laravel/framework:^${{matrix.laravel}}.0"
2027
- name: Run tests

0 commit comments

Comments
 (0)