Skip to content

Commit

Permalink
update downgrade from laravel 9 to 10 && update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
reyptr27 committed Jul 30, 2024
1 parent 511c8ab commit c019ea8
Show file tree
Hide file tree
Showing 4 changed files with 742 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,11 @@ jobs:
extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite, bcmath, soap, intl, gd, exif, iconv, imagick, mysql, mysqli, pdo_mysql
coverage: none

- name: Downgrade to Laravel 9
- name: Downgrade to Laravel 10
run: |
cd app
rm composer.json
mv composer-l9.json composer.json
mv composer-l10.json composer.json
if: "matrix.laravel == '9'"

- name: Prepare demo app
Expand Down
Loading

0 comments on commit c019ea8

Please sign in to comment.