Skip to content

Commit 7fca358

Browse files
committed
Deprecating PHP 7.2
1 parent ccf8c11 commit 7fca358

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
matrix:
1414
operating-system: ['ubuntu-latest']
15-
php-version: ['7.2', '7.4', '8.0']
15+
php-version: ['7.4', '8.0']
1616

1717
steps:
1818
- uses: actions/checkout@v3
@@ -27,7 +27,7 @@ jobs:
2727
- name: Install Dependencies
2828
run: |
2929
sudo composer self-update --no-interaction
30-
composer install --no-ansi --no-interaction --no-progress --no-scripts --prefer-dist
30+
composer install --no-ansi --no-interaction --no-progress --no-scripts
3131
3232
- name: Execute PHPUnit tests
3333
run: vendor/bin/phpunit

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
}
2222
],
2323
"require": {
24-
"php": ">=7.0",
24+
"php": ">=7.3",
2525
"illuminate/container": "^6.0|^7.0|^8.0",
2626
"illuminate/database": "^6.0|^7.0|^8.0",
2727
"illuminate/http": "^6.0|^7.0|^8.0",
@@ -68,5 +68,5 @@
6868
"kylekatarnls/update-helper": true
6969
}
7070
},
71-
"minimum-stability": "dev"
71+
"minimum-stability": "stable"
7272
}

composer.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)