Skip to content

Commit 25c0769

Browse files
committed
Set PHP 8.2 as minimum version
1 parent fc001a5 commit 25c0769

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/php-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
strategy:
1414
matrix:
15-
php-version: [ '8.1', '8.2', '8.3', '8.4' ]
15+
php-version: [ '8.2', '8.3', '8.4' ]
1616

1717
steps:
1818
- uses: actions/checkout@v2

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
}
1111
],
1212
"require": {
13-
"php": "^8.0",
13+
"php": "^8.2",
1414
"ext-json": "*",
1515
"google/protobuf": "^v4"
1616
},

0 commit comments

Comments
 (0)