Skip to content

Commit

Permalink
Merge pull request #1 from ilyahoilik/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
ilyahoilik authored Mar 26, 2024
2 parents 967e7cd + 106a805 commit 4ae2f80
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 @@ -10,7 +10,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2']
php: ['8.0', '8.1', '8.2', '8.3']
dependency-version: [prefer-stable]

name: PHP ${{ matrix.php }} - OS ${{ matrix.os }} - ${{ matrix.dependency-version }}
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
}
],
"require": {
"php": "^7.2|^8.0",
"php": "^8.0",
"ext-json": "*",
"guzzlehttp/guzzle": "^6.3 || ^7.0",
"illuminate/notifications": "^7.0 || ^8.0 || ^9.0 || ^10.0 || ^11.0",
Expand Down

0 comments on commit 4ae2f80

Please sign in to comment.