Skip to content

Commit 62526f0

Browse files
committed
drop support for PHP 8.1
1 parent 03af44b commit 62526f0

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
php: ['8.1', '8.2', '8.3']
14+
php: ['8.2', '8.3']
1515
laravel: ['10.*']
1616
stability: [prefer-lowest, prefer-stable]
1717

@@ -49,7 +49,7 @@ jobs:
4949
strategy:
5050
matrix:
5151
include:
52-
- php: '8.1'
52+
- php: '8.2'
5353
laravel: '10.*'
5454
stability: prefer-lowest
5555
- php: '8.3'
@@ -102,7 +102,7 @@ jobs:
102102
- name: Setup PHP
103103
uses: shivammathur/setup-php@v2
104104
with:
105-
php-version: '8.1'
105+
php-version: '8.2'
106106
coverage: none
107107

108108
- name: Get Composer cache directory path

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
],
2525
"homepage": "https://github.com/jrmajor/laravel-fluent",
2626
"require": {
27-
"php": "8.1 - 8.3",
27+
"php": "8.2 - 8.3",
2828
"jrmajor/fluent": "^1.0",
2929
"laravel/framework": "^10.0"
3030
},

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)