Skip to content

Commit 31b46d9

Browse files
committed
Disable some dockerfile lint rules
1 parent e895549 commit 31b46d9

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

.github/linters/.hadolint.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
ignored:
2+
- DL3003
3+
- DL3008
4+
- DL4006

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ jobs:
77

88
strategy:
99
matrix:
10-
php: ['7.1', '7.2', '7.3', '7.4', '8.0']
11-
prefer: ['lowest', 'stable']
10+
php: [ '7.1', '7.2', '7.3', '7.4', '8.0' ]
11+
prefer: [ 'lowest', 'stable' ]
1212

1313
name: Test on PHP ${{ matrix.php }} with ${{ matrix.prefer }} composer prefer option
1414
runs-on: ubuntu-latest
@@ -62,4 +62,4 @@ jobs:
6262
env:
6363
FILTER_REGEX_EXCLUDE: .*vendor.*
6464
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
65-
VALIDATE_PHP_PSALM: false
65+
VALIDATE_PHP_PSALM: false

0 commit comments

Comments
 (0)