Skip to content

Commit

Permalink
Add support for PHP 8.3 (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
aawnu authored Dec 21, 2023
2 parents 844e667 + 9c9da85 commit 722b7d7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: "Setup PHP"
uses: shivammathur/setup-php@v2
with:
php-version: "8.2"
php-version: "8.3"
extensions: mbstring, intl
ini-values: post_max_size=256M, max_execution_time=180
coverage: xdebug
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
fail-fast: true
matrix:
operating-system: ["ubuntu-latest"]
php-versions: ["8.0", "8.1", "8.2"]
php-versions: ["8.0", "8.1", "8.2", "8.3"]

steps:
- name: "Checkout"
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
fail-fast: true
matrix:
operating-system: ["ubuntu-latest"]
php-versions: ["8.0", "8.1", "8.2"]
php-versions: ["8.0", "8.1", "8.2", "8.3"]

steps:
- name: "Checkout"
Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"php80",
"php81",
"php82",
"php83",
"analytics",
"analytics 4",
"google analytics",
Expand Down Expand Up @@ -42,7 +43,7 @@
}
},
"require": {
"php": ">=8.0,<8.3",
"php": ">=8.0,<8.4",
"guzzlehttp/guzzle": "^7.0"
},
"require-dev": {
Expand Down

0 comments on commit 722b7d7

Please sign in to comment.