We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36f1fed commit e089f20Copy full SHA for e089f20
1 file changed
.github/workflows/php.yml
@@ -14,13 +14,14 @@ on: # yamllint disable-line rule:truthy
14
workflow_dispatch:
15
16
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
-#
+ phplinter:
+ name: 'PHP-Linter'
+ strategy:
+ fail-fast: false
+ matrix:
+ php-version: ['8.2', '8.3', '8.4', '8.5']
+ runs-on: [ ubuntu-latest ]
24
+
25
# uses: simplesamlphp/simplesamlphp-test-framework/.github/workflows/reusable_phplinter.yml@v1.10.5
26
# with:
27
# php-version: ${{ matrix.php-version }}
0 commit comments