Skip to content

Commit e731b70

Browse files
committed
fix: translation coverage workflow strategy
1 parent 0705d44 commit e731b70

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/i18n.yml

+6-5
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,12 @@ name: Translation Coverage Check
22
on: [ push, pull_request ]
33
jobs:
44
translation-check:
5-
matrix:
6-
operating-system:
7-
- ubuntu-22.04
8-
php-version:
9-
- '8.4'
5+
strategy:
6+
matrix:
7+
operating-system:
8+
- ubuntu-22.04
9+
php-version:
10+
- '8.4'
1011
name: php ${{ matrix.php-version }} on ${{ matrix.operating-system }}
1112
runs-on: ${{ matrix.operating-system }}
1213

0 commit comments

Comments
 (0)