Skip to content

Commit

Permalink
Add laravel 11 and php 8.3 to test cases (#14)
Browse files Browse the repository at this point in the history
* Add laravel 11 and php 8.3 to test cases

* Update tests

* Update php constraint
  • Loading branch information
Klaasie authored Apr 30, 2024
1 parent 3060869 commit 4e839e9
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ jobs:
env:
LARAVEL: 9.*
TESTBENCH: 7.*
- php: 8.3
env:
LARAVEL: 9.*
TESTBENCH: 7.*
- php: 8.1
env:
LARAVEL: 10.*
Expand All @@ -34,6 +38,22 @@ jobs:
env:
LARAVEL: 10.*
TESTBENCH: 8.*
- php: 8.2
env:
LARAVEL: 10.*
TESTBENCH: 8.*
- php: 8.3
env:
LARAVEL: 10.*
TESTBENCH: 8.*
- php: 8.2
env:
LARAVEL: 11.*
TESTBENCH: 9.*
- php: 8.3
env:
LARAVEL: 11.*
TESTBENCH: 9.*
env: ${{ matrix.env }}
steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"phpunit/phpunit": "^9.3.3|^10.1",
"phpmd/phpmd": "^2.10",
"squizlabs/php_codesniffer": "^3.6",
"orchestra/testbench": "^6.21|^7.0|^8.0"
"orchestra/testbench": "^6.21|^7.0|^8.0|^9.0"
},
"scripts": {
"phpcs": " phpcs --standard=phpcs.xml"
Expand Down

0 comments on commit 4e839e9

Please sign in to comment.