Skip to content

Commit 45f2ab3

Browse files
committed
Updated the version to PHP>=8.2.0
1 parent 3a1185c commit 45f2ab3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/php.yml

+1-1
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]
14+
php: [8.2, 8.3, 8.4]
1515
steps:
1616
- uses: actions/checkout@v1
1717
- uses: shivammathur/setup-php@v2

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The goal is that this library can be used by those whom cannot install the PHP T
1010

1111
## Requirements
1212

13-
* PHP >= 8.0.0
13+
* PHP >= 8.2.0
1414

1515
That's the only thing you need! As stated, you do not need to install any extensions for this library.
1616

0 commit comments

Comments
 (0)