Skip to content

Commit

Permalink
Merge pull request #33 from tuyennn/feature/bump-php82
Browse files Browse the repository at this point in the history
PHP8.2 Compatibility
  • Loading branch information
tuyennn authored May 29, 2023
2 parents 8bd0c06 + ae4936e commit ee35ec1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ dist: bionic
language: php

php:
- 7.3
- 7.4
- 8.1
- 8.2

before_install:
- composer create-project magento/magento-coding-standard --stability=dev magento-coding-standard
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
"name": "ghoster/module-outofstockatlast",
"description": "Magento 2.4.x module Sort Out Of Stock Product At last the product list",
"require": {
"php": "~7.3.0||~7.4.0||~8.0.0||~8.1.0",
"php": "~7.4.0||~8.0.0||~8.1.0||~8.2.0",
"magento/module-elasticsearch-7": "*"
},
"type": "magento2-module",
"version": "1.0.5",
"version": "1.0.6",
"authors": [
{
"name": "Tuyen Nguyen",
Expand Down

0 comments on commit ee35ec1

Please sign in to comment.