Skip to content

Commit

Permalink
Merge pull request #4 from greew/new-php-versions
Browse files Browse the repository at this point in the history
Add PHP 8.2 and PHP 8.3
  • Loading branch information
greew authored Apr 9, 2024
2 parents 7a00467 + 8515cb5 commit 64f6c91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
matrix:
operating-system: [ 'ubuntu-latest' ]
php-versions: [ '7.4', '8.0', '8.1', 'nightly' ]
php-versions: [ '7.4', '8.0', '8.1', '8.2', '8.3', 'nightly' ]
phpunit-versions: [ 'latest' ]

steps:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"type": "library",
"license": "GPL-3.0-or-later",
"require": {
"php": "^7.3 || ^7.4 || ^8.0 || ^8.1",
"php": "^7.3 || ^7.4 || ^8.0 || ^8.1 || ^8.2 || ^8.3",
"league/oauth2-client": "^2.6",
"guzzlehttp/psr7": "^2.4",
"psr/http-message": "^1.0"
Expand Down

0 comments on commit 64f6c91

Please sign in to comment.