chore(php): bump minimum PHP version to 7.4 (#2925)
This commit is contained in:
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@@ -56,7 +56,7 @@ jobs:
|
||||
if: "!contains(github.event.head_commit.message, '[ci skip]')"
|
||||
strategy:
|
||||
matrix:
|
||||
php: ['7.3', '7.4', '8.0']
|
||||
php: ['7.4', '8.0', '8.1']
|
||||
|
||||
steps:
|
||||
- name: Checkout the project
|
||||
|
||||
Reference in New Issue
Block a user