Skip to content

Commit bdf35df

Browse files
committed
fix(php): drop php 8.1 support
BREAKING CHANGE: Drop support for php 8.1
1 parent 3a9b3ad commit bdf35df

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
strategy:
3636
fail-fast: false
3737
matrix:
38-
php-versions: ["8.1", "8.2", "8.3"]
38+
php-versions: ["8.2", "8.3"]
3939
node: [16, 18, 20]
4040
steps:
4141
- name: Checkout
@@ -119,7 +119,7 @@ jobs:
119119
strategy:
120120
fail-fast: false
121121
matrix:
122-
php-versions: ["8.1", "8.2", "8.3"]
122+
php-versions: ["8.2", "8.3"]
123123
node: [16, 18, 20]
124124
steps:
125125
- name: Checkout

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Connect Development Environment. Details can be found here: <https://github.com/
4848

4949
Before you begin, make sure you have a server with the following installed:
5050

51-
- PHP 8.1 or greater
51+
- PHP 8.2 or greater
5252
- PHP extensions:
5353
- [Laravel](https://laravel.com/docs/deployment)
5454
- BCMath PHP Extension

0 commit comments

Comments
 (0)