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

Update PHP version in ci.yml

This commit is contained in:
lukinovec 2023-02-15 14:27:29 +01:00
parent 2418a9e349
commit af2b84ec62

View file

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