Skip to content

Commit

Permalink
Deprecating PHP 7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
webkod3r committed Oct 30, 2023
1 parent ccf8c11 commit 7fca358
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
operating-system: ['ubuntu-latest']
php-version: ['7.2', '7.4', '8.0']
php-version: ['7.4', '8.0']

steps:
- uses: actions/checkout@v3
Expand All @@ -27,7 +27,7 @@ jobs:
- name: Install Dependencies
run: |
sudo composer self-update --no-interaction
composer install --no-ansi --no-interaction --no-progress --no-scripts --prefer-dist
composer install --no-ansi --no-interaction --no-progress --no-scripts
- name: Execute PHPUnit tests
run: vendor/bin/phpunit
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
}
],
"require": {
"php": ">=7.0",
"php": ">=7.3",
"illuminate/container": "^6.0|^7.0|^8.0",
"illuminate/database": "^6.0|^7.0|^8.0",
"illuminate/http": "^6.0|^7.0|^8.0",
Expand Down Expand Up @@ -68,5 +68,5 @@
"kylekatarnls/update-helper": true
}
},
"minimum-stability": "dev"
"minimum-stability": "stable"
}
4 changes: 2 additions & 2 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7fca358

Please sign in to comment.