mirror of
https://github.com/archtechx/money.git
synced 2025-12-12 19:34:02 +00:00
Allow PHP 8.0, run tests for 8.0 as well
This commit is contained in:
parent
958e27eb79
commit
69eb9c4659
2 changed files with 6 additions and 2 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
|
@ -16,7 +16,11 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
laravel: [9, 10]
|
||||
include:
|
||||
- laravel: 10
|
||||
php: 8.1
|
||||
- laravel: 9
|
||||
php: 8.0
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue