Skip to content

Commit

Permalink
Merge pull request #158 from mailerlite/support-php-84
Browse files Browse the repository at this point in the history
Support php 8.4
  • Loading branch information
shuvroroy authored Nov 15, 2024
2 parents 5f755bc + 65737a4 commit eba1522
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: true
matrix:
php: [7.3, 7.4, 8.0, 8.1, 8.2, 8.3]
php: [7.3, 7.4, 8.0, 8.1, 8.2, 8.3, 8.4]
elastic: [7.11.0]
stability: [prefer-lowest, prefer-stable]
exclude:
Expand All @@ -19,6 +19,8 @@ jobs:
stability: prefer-lowest
- php: 8.3
stability: prefer-lowest
- php: 8.4
stability: prefer-lowest
name: PHP ${{ matrix.php }} - ${{ matrix.stability }}

steps:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"require-dev": {
"mockery/mockery": "^1.4.3",
"orchestra/testbench": "^6.5|^7.0|^8.0|^9.0",
"orchestra/testbench": "^6.45|^7.44|^8.25|^9.3",
"phpunit/phpunit": "^9.4"
},
"suggest": {
Expand Down

0 comments on commit eba1522

Please sign in to comment.