1
0
Fork 0
mirror of https://github.com/archtechx/money.git synced 2025-12-12 19:34:02 +00:00

bump PHP version

This commit is contained in:
Samuel Štancl 2024-03-29 02:01:24 +01:00
parent 573beada25
commit 8e4e1d4638
2 changed files with 2 additions and 2 deletions

View file

@ -23,7 +23,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.1'
php-version: '8.2'
- name: Install composer dependencies
run: composer require "illuminate/support:^${{ matrix.laravel }}.0"
- name: Run tests

View file

@ -24,7 +24,7 @@
}
},
"require": {
"php": "^8.1",
"php": "^8.2",
"illuminate/support": "^10.0|^11.0",
"archtechx/helpers": "^0.3.1"
},