Skip to content

Commit

Permalink
Drop PHP 8.0 & 8.1 support
Browse files Browse the repository at this point in the history
  • Loading branch information
dmason30 committed Mar 13, 2024
1 parent 9d6821b commit fd3e4b9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/psalm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.1'
php-version: '8.2'
extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite, bcmath, soap, intl, gd, exif, iconv, imagick, fileinfo
coverage: none

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
fail-fast: true
matrix:
os: [ubuntu-latest]
php: ['8.3', '8.2', '8.1']
php: ['8.3', '8.2']
laravel: [^10.0, ^11.0]
dependency-version: [prefer-lowest, prefer-stable]
exclude:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
}
],
"require": {
"php": "^8.0",
"php": "^8.2",
"illuminate/database": "^10.0|^11.0",
"illuminate/support": "^10.0|^11.0"
},
Expand Down

0 comments on commit fd3e4b9

Please sign in to comment.