Skip to content

Commit 8261129

Browse files
committed
Require php 8.3
1 parent fe854e0 commit 8261129

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:
13-
php: ['8.2', '8.3', '8.4', '8.5']
13+
php: ['8.3', '8.4', '8.5']
1414

1515
steps:
1616
- name: Setup PHP

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
},
3636
"require":
3737
{
38-
"php": ">=8.2"
38+
"php": ">=8.3"
3939
},
4040
"require-dev":
4141
{

0 commit comments

Comments
 (0)