Skip to content

Commit

Permalink
drop support for PHP 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jrmajor committed Mar 2, 2024
1 parent 03af44b commit 62526f0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php: ['8.1', '8.2', '8.3']
php: ['8.2', '8.3']
laravel: ['10.*']
stability: [prefer-lowest, prefer-stable]

Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
strategy:
matrix:
include:
- php: '8.1'
- php: '8.2'
laravel: '10.*'
stability: prefer-lowest
- php: '8.3'
Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.1'
php-version: '8.2'
coverage: none

- name: Get Composer cache directory path
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
],
"homepage": "https://github.com/jrmajor/laravel-fluent",
"require": {
"php": "8.1 - 8.3",
"php": "8.2 - 8.3",
"jrmajor/fluent": "^1.0",
"laravel/framework": "^10.0"
},
Expand Down
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 62526f0

Please sign in to comment.