Skip to content

Commit

Permalink
Merge branch 'master' into prepare-phpstan
Browse files Browse the repository at this point in the history
  • Loading branch information
szepeviktor authored Jan 17, 2024
2 parents 3802c02 + 12b6511 commit 3b88305
Show file tree
Hide file tree
Showing 122 changed files with 3,588 additions and 643 deletions.
1 change: 1 addition & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
github: [iamgergo, adamlaki]
2 changes: 1 addition & 1 deletion .github/workflows/back-end.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ jobs:
fail-fast: false
matrix:
php-version:
- "8.1"
- "8.2"
- "8.3"
dependencies:
- "lowest"
- "locked"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reusable-integrity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
-
name: "Look for TAB characters in the middle of the line 🐌"
run: |
! git grep --perl-regexp --line-number -I -e '^(?!//)[^\t]+\t'
! git grep --perl-regexp --line-number -I -e '^(?!//)[^\t]+\t' -- ':!:public/build/assets/'
-
name: "Look for multiple space characters in the middle of the line 🐌"
run: |
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
}
],
"require": {
"php": "^8.1 || ^8.2",
"php": "^8.2 || ^8.3",
"ext-exif": "*",
"ext-gd": "*",
"laravel/framework": "^10.17"
Expand Down
Loading

0 comments on commit 3b88305

Please sign in to comment.