Skip to content

Commit

Permalink
Drop support + testing for PHP 7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
aarondfrancis committed Apr 29, 2023
1 parent 7475568 commit 5d1e03b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [ 7.3, 7.4, 8.0, 8.1, 8.2 ]
php: [ 7.4, 8.0, 8.1, 8.2 ]
laravel: [ 8.*, 9.*, 10.* ]
guzzle: [ 6.*, 7.* ]
dependency-version: [ prefer-lowest, prefer-stable ]
Expand All @@ -34,9 +34,6 @@ jobs:
php: 8.1
dependency-version: prefer-lowest

- laravel: 9.*
php: 7.3

- laravel: 9.*
php: 7.4

Expand All @@ -54,8 +51,6 @@ jobs:
dependency-version: prefer-lowest

# Laravel 10 requires PHP 8.1
- laravel: 10.*
php: 7.3
- laravel: 10.*
php: 7.4
- laravel: 10.*
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
}
],
"require": {
"php": "^7.3|^8.0",
"php": "^7.4|^8.0",
"illuminate/support": "^8.0|^9.0|^10",
"illuminate/filesystem": "^8.0|^9.0|^10",
"illuminate/console": "^8.0|^9.0|^10",
Expand Down

0 comments on commit 5d1e03b

Please sign in to comment.