Skip to content

Commit 9c3d4c9

Browse files
committed
bump php version
1 parent 1258e97 commit 9c3d4c9

File tree

4 files changed

+2
-1758
lines changed

4 files changed

+2
-1758
lines changed

.github/workflows/phpci.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ jobs:
1111
strategy:
1212
matrix:
1313
php-versions:
14-
- '8.1'
15-
- '8.2'
1614
- '8.3'
1715
- '8.4'
1816
steps:

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
vendor
22
*.cache
3+
composer.lock

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
}
1515
],
1616
"require": {
17-
"php": ">=8.1"
17+
"php": ">=8.3"
1818
},
1919
"autoload": {
2020
"files": [

0 commit comments

Comments
 (0)