Skip to content

Commit 9cd1afd

Browse files
Bump php version to 8.1
1 parent 9ebdc09 commit 9cd1afd

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
matrix:
1414
os: [ubuntu-latest]
15-
php: ['8.0', '8.1', '8.2', '8.3', '8.4']
15+
php: ['8.1', '8.2', '8.3', '8.4']
1616
steps:
1717
- uses: actions/checkout@master
1818

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
}
4545
},
4646
"require": {
47-
"php": ">=8.0",
47+
"php": ">=8.1",
4848
"ext-dom": "*",
4949
"ext-json": "*",
5050
"ext-spl": "*",

0 commit comments

Comments
 (0)