Skip to content

Commit 437bc8f

Browse files
committed
drop support for PHP 8.0
1 parent 5135c88 commit 437bc8f

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/sca.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
php: ['8.0', '8.1']
15+
php: ['8.1']
1616
laravel: ['8.*', '9.*']
1717
stability: [prefer-lowest, prefer-stable]
1818

.github/workflows/style.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Setup PHP
1919
uses: shivammathur/setup-php@v2
2020
with:
21-
php-version: '8.0'
21+
php-version: '8.1'
2222
coverage: none
2323

2424
- name: Get Composer cache directory path

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
php: ['8.0', '8.1']
15+
php: ['8.1']
1616
laravel: ['8.*', '9.*']
1717
stability: [prefer-lowest, prefer-stable]
1818

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.0.0 || ~8.1.0",
27+
"php": "~8.1.0",
2828
"jrmajor/fluent": "^0.4.0",
2929
"laravel/framework": "^8.0 || ^9.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)