Skip to content

Commit

Permalink
Add PHP v8.4 (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
aawnu authored Aug 26, 2024
2 parents 7b2be4a + a38ad79 commit a211240
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
fail-fast: true
matrix:
operating-system: ["ubuntu-latest"]
php-versions: ["8.0", "8.1", "8.2", "8.3"]
php-versions: ["8.0", "8.1", "8.2", "8.3", "8.4"]

steps:
- name: "Checkout"
Expand Down
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"php81",
"php82",
"php83",
"php84",
"analytics",
"analytics 4",
"google analytics",
Expand Down Expand Up @@ -43,12 +44,12 @@
}
},
"require": {
"php": ">=8.0,<8.4",
"php": ">=8.0,<8.5",
"guzzlehttp/guzzle": "^7.0"
},
"require-dev": {
"phpunit/phpunit": "^9.5|^10.0"
},
"minimum-stability": "stable",
"prefer-stable": true
}
}

0 comments on commit a211240

Please sign in to comment.