Skip to content

Commit

Permalink
add setup-php to ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
stancl committed Mar 12, 2024
1 parent 4abf039 commit 03cd4b0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,13 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: 8.2
tools: composer:v2
coverage: none

- name: Install composer dependencies
run: composer require "laravel/framework:^${{matrix.laravel}}.0"
- name: Run tests
Expand Down

0 comments on commit 03cd4b0

Please sign in to comment.