We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a1185c commit 45f2ab3Copy full SHA for 45f2ab3
.github/workflows/php.yml
@@ -11,7 +11,7 @@ jobs:
11
runs-on: ubuntu-latest
12
strategy:
13
matrix:
14
- php: [8.1, 8.2]
+ php: [8.2, 8.3, 8.4]
15
steps:
16
- uses: actions/checkout@v1
17
- uses: shivammathur/setup-php@v2
README.md
@@ -10,7 +10,7 @@ The goal is that this library can be used by those whom cannot install the PHP T
10
## Requirements
-* PHP >= 8.0.0
+* PHP >= 8.2.0
That's the only thing you need! As stated, you do not need to install any extensions for this library.
0 commit comments