1
0
Fork 0
mirror of https://github.com/archtechx/laravel-seo.git synced 2025-12-12 01:44:03 +00:00

add setup-php to ci.yml

This commit is contained in:
Samuel Štancl 2024-03-12 13:06:42 +01:00
parent 4abf039df7
commit 03cd4b0f8e

View file

@ -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