Skip to content

Commit e089f20

Browse files
committed
Test
1 parent 36f1fed commit e089f20

1 file changed

Lines changed: 8 additions & 7 deletions

File tree

.github/workflows/php.yml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,14 @@ on: # yamllint disable-line rule:truthy
1414
workflow_dispatch:
1515

1616
jobs:
17-
# phplinter:
18-
# name: 'PHP-Linter'
19-
# strategy:
20-
# fail-fast: false
21-
# matrix:
22-
# php-version: ['8.2', '8.3', '8.4', '8.5']
23-
#
17+
phplinter:
18+
name: 'PHP-Linter'
19+
strategy:
20+
fail-fast: false
21+
matrix:
22+
php-version: ['8.2', '8.3', '8.4', '8.5']
23+
runs-on: [ ubuntu-latest ]
24+
2425
# uses: simplesamlphp/simplesamlphp-test-framework/.github/workflows/reusable_phplinter.yml@v1.10.5
2526
# with:
2627
# php-version: ${{ matrix.php-version }}

0 commit comments

Comments
 (0)