File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,18 +24,16 @@ jobs:
2424 steps :
2525 - run : echo "Temporary disabled"
2626
27- # Temporarily disabled bc. of error: "The package "symfony/cache" conflicts with the extension "redis".
28- # You need to disable it in order to run this application.
29- # uses: simplesamlphp/simplesamlphp-test-framework/.github/workflows/reusable_phplinter.yml@v1.10.5
30- # with:
31- # php-version: ${{ matrix.php-version }}
27+ uses : simplesamlphp/simplesamlphp-test-framework/.github/workflows/reusable_phplinter.yml@v1.10.6
28+ with :
29+ php-version : ${{ matrix.php-version }}
3230
3331 linter :
3432 name : ' Linter'
3533 strategy :
3634 fail-fast : false
3735
38- uses : simplesamlphp/simplesamlphp-test-framework/.github/workflows/reusable_linter.yml@v1.10.5
36+ uses : simplesamlphp/simplesamlphp-test-framework/.github/workflows/reusable_linter.yml@v1.10.6
3937 with :
4038 enable_eslinter : false
4139 enable_jsonlinter : true
You can’t perform that action at this time.
0 commit comments