1
0
Fork 0
mirror of https://github.com/archtechx/virtualcolumn.git synced 2025-12-12 14:04:02 +00:00

fix: matrix PHP version

This commit is contained in:
Saade 2023-02-15 14:04:58 -03:00
parent 995155603a
commit fb5471a901

View file

@ -32,7 +32,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.0'
php-version: ${{matrix.php}}
- name: Install dependencies
run: composer require "laravel/framework:^${{matrix.laravel}}.0"