Skip to content

Commit

Permalink
Merge pull request #638 from corcel/laravel-10
Browse files Browse the repository at this point in the history
add support to laravel 10
  • Loading branch information
Junior Grossi committed Jun 9, 2023
2 parents 907b352 + ef954d7 commit eba55da
Show file tree
Hide file tree
Showing 4 changed files with 1,428 additions and 1,166 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Expand Up @@ -9,22 +9,22 @@ jobs:
steps:
- uses: actions/checkout@v1

- name: Setup php80
- name: Setup php81
uses: shivammathur/setup-php@v2
with:
php-version: '8.0'
php-version: '8.1'

- name: Running tests php80
- name: Running tests php81
run: |
composer install --prefer-dist --quiet
php vendor/bin/phpunit
- name: Setup php81
- name: Setup php82
uses: shivammathur/setup-php@v2
with:
php-version: '8.1'
php-version: '8.2'

- name: Running tests php81
- name: Running tests php82
run: |
composer install --prefer-dist --quiet
php vendor/bin/phpunit
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -57,6 +57,7 @@ You can use WordPress as the backend (administration panel) or CMS, for insertin
7.0.x | `^4.0.0`
8.0.x | `^5.0.0`
9.0.x | `^6.0.0`
10.0.x | `^7.0.0`

# <a id="installing-corcel"></a> Installing Corcel

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -22,7 +22,7 @@
},
"require-dev": {
"laravel/legacy-factories": "^1.0",
"orchestra/testbench": "^7.0",
"orchestra/testbench": "^8.0",
"symfony/thanks": "^1.0",
"mockery/mockery": "^1.4.4",
"dms/phpunit-arraysubset-asserts": "^0.3"
Expand Down

0 comments on commit eba55da

Please sign in to comment.