Skip to content

Commit

Permalink
laravel 11
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardokum committed Mar 20, 2024
1 parent f91a93b commit 02795e4
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 25 deletions.
50 changes: 28 additions & 22 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,13 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [ 8.2, 8.1, 8.0, 7.4, 7.3, 7.2 ]
laravel: [ 10.*, 9.*, 8.*, 7.*, 6.* ]
php: [ 8.2, 8.1, 8.0, 7.4 ]
laravel: [ 11.*, 10.*, 9.*, 8.*, 7.*, 6.*, 5.8.*, 5.5.* ]
dependency-version: [ prefer-stable ]
os: [ ubuntu-latest ]
include:
- laravel: 11.*
testbench: 9.*
- laravel: 10.*
testbench: 8.*
- laravel: 9.*
Expand All @@ -29,44 +31,48 @@ jobs:
testbench: 5.*
- laravel: 6.*
testbench: 4.*
- laravel: 5.8.*
testbench: 3.*
- laravel: 5.5.*
testbench: 3.*
exclude:
- laravel: 6.*
php: 7.2
- laravel: 5.5.*
php: 8
- laravel: 5.5.*
php: 8.1
- laravel: 5.5.*
php: 8.2
- laravel: 5.8.*
php: 8
- laravel: 5.8.*
php: 8.1
- laravel: 5.8.*
php: 8.2
- laravel: 6.*
php: 8
- laravel: 6.*
php: 8.1
- laravel: 6.*
php: 8.2
- laravel: 7.*
php: 7.2
- laravel: 7.*
php: 8
- laravel: 7.*
php: 8.1
- laravel: 7.*
php: 8.2
- laravel: 8.*
php: 7.2
- laravel: 8.*
php: 7.3
- laravel: 8.*
php: 7.4
- laravel: 9.*
php: 7.2
- laravel: 9.*
php: 7.3
- laravel: 9.*
php: 7.4
- laravel: 10.*
php: 7.2
- laravel: 10.*
php: 7.3
- laravel: 10.*
php: 7.4
- laravel: 10.*
php: 8.0
- laravel: 10.*
- laravel: 11.*
php: 7.4
- laravel: 11.*
php: 8.0
- laravel: 11.*
php: 8.1
runs-on: ${{ matrix.os }}
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }} - ${{ matrix.os }}
Expand All @@ -87,9 +93,9 @@ jobs:
id: cache-env
uses: shivammathur/cache-extensions@v1
with:
php-version: ${{ matrix.php }}
extensions: ${{ env.extensions }}
key: php-extensions-cache-v1
php-version: ${{ matrix.php }}
extensions: ${{ env.extensions }}
key: php-extensions-cache-v1

- name: Setup PHP ${{ matrix.php }}
uses: shivammathur/setup-php@v2
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ Mas também, caso você ache que qualquer informação obtida aqui, lhe foi úti
*Agradecemos a contribuição.*

[![DigitalOcean Referral Badge](https://web-platforms.sfo2.cdn.digitaloceanspaces.com/WWW/Badge%203.svg)](https://www.digitalocean.com/?refcode=b99ef059ce2e&utm_campaign=Referral_Invite&utm_medium=Referral_Program&utm_source=badge)

## Apoiadores
<a target="_blank" href=" https://www.jetbrains.com/?from=LaravelBoleto">
<img alt="Jetbrains" width="100" src="https://account.jetbrains.com/static/images/jetbrains-logo-inv.svg"/></a>
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"php": ">5.5.0",
"ext-intl": "*",
"ext-mbstring": "*",
"laravel/framework": "^6.0|^7.0|^8.0|^9.0|^10.0",
"laravel/framework": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
"neitanod/forceutf8": "^2.0",
"setasign/fpdf": "^1.8",
"ext-curl": "*",
Expand All @@ -27,8 +27,8 @@
"chillerlan/php-qrcode": "^3.0|^4.0|^5.0"
},
"require-dev": {
"phpunit/phpunit": "^6.0|^7.0|^8.0|^9.0|^10.0",
"orchestra/testbench": "^4.0|^5.0|^6.0|^7.0|^8.0",
"phpunit/phpunit": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
"orchestra/testbench": "^4.0|^5.0|^6.0|^7.0|^8.0|^9.0",
"friendsofphp/php-cs-fixer": "*"
},
"autoload": {
Expand Down

0 comments on commit 02795e4

Please sign in to comment.