Skip to content

Commit

Permalink
Merge branch 'master' into fix/skin-null-handling
Browse files Browse the repository at this point in the history
  • Loading branch information
macbre authored Nov 4, 2022
2 parents d6fa2d7 + 216cb60 commit bf1460f
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
1 change: 0 additions & 1 deletion .github/workflows/linter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ jobs:
strategy:
matrix:
php-versions:
- '7.3'
- '7.4'
- '8.0'
- '8.1'
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ jobs:
fail-fast: false
matrix:
php-versions:
- '7.3'
- '7.4'
- '8.0'
- '8.1'
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
],
"license": "MIT",
"require": {
"php": ">=7.3.0 || ^8.0",
"php": ">=7.4.0 || ^8.0",
"ext-mysqli": "*",
"ext-curl": "*",
"ext-mbstring": "*",
Expand Down
4 changes: 2 additions & 2 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit bf1460f

Please sign in to comment.