mirror of
https://github.com/archtechx/money.git
synced 2025-12-12 19:34:02 +00:00
Remove PHP 8.0
This commit is contained in:
parent
eeb17d29c2
commit
03c20b1ec8
2 changed files with 3 additions and 7 deletions
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
|
|
@ -16,18 +16,14 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
- laravel: [9, 10]
|
||||||
- laravel: 9
|
|
||||||
php: 8.0
|
|
||||||
- laravel: 10
|
|
||||||
php: 8.1
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Setup PHP
|
- name: Setup PHP
|
||||||
uses: shivammathur/setup-php@v2
|
uses: shivammathur/setup-php@v2
|
||||||
with:
|
with:
|
||||||
php-version: ${{matrix.php}}
|
php-version: '8.1'
|
||||||
- name: Install composer dependencies
|
- name: Install composer dependencies
|
||||||
run: composer require "illuminate/support:^${{ matrix.laravel }}.0"
|
run: composer require "illuminate/support:^${{ matrix.laravel }}.0"
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
|
|
|
||||||
|
|
@ -24,7 +24,7 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"php": "^8.0",
|
"php": "^8.1",
|
||||||
"illuminate/support": "^9.0|^10.0",
|
"illuminate/support": "^9.0|^10.0",
|
||||||
"archtechx/helpers": "^0.3.1"
|
"archtechx/helpers": "^0.3.1"
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue