Skip to content

Commit f1ef600

Browse files
committed
✨ forces php 8.1
1 parent 55e56df commit f1ef600

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
php-version: [ '8.0', '8.1', '8.2' ]
17+
php-version: [ '8.1', '8.2' ]
1818
laravel-version: [ '^8.0', '^9.0', '^10.0' ]
1919
database: [ 'sqlite', 'mysql', 'pgsql' ]
2020

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Laravel Rest Api is an elegant way to expose your app through an API, it takes f
66

77
## Requirements
88

9-
PHP 8.0+ and Laravel 8.0+
9+
PHP 8.1+ and Laravel 8.0+
1010

1111
# BETA
1212
Please note that this package is under beta and is not recommended to use for production environment for now. End of beta should be by October 2023.

0 commit comments

Comments
 (0)