|
21 | 21 | matrix: |
22 | 22 | php-version: ['8.1', '8.2', '8.3', '8.4'] |
23 | 23 |
|
24 | | - uses: simplesamlphp/simplesamlphp-test-framework/.github/workflows/reusable_phplinter.yml@v1.9.2 |
| 24 | + uses: simplesamlphp/simplesamlphp-test-framework/.github/workflows/reusable_phplinter.yml@v1.10.0 |
25 | 25 | with: |
26 | 26 | php-version: ${{ matrix.php-version }} |
27 | 27 |
|
|
30 | 30 | strategy: |
31 | 31 | fail-fast: false |
32 | 32 |
|
33 | | - uses: simplesamlphp/simplesamlphp-test-framework/.github/workflows/reusable_linter.yml@v1.9.2 |
| 33 | + uses: simplesamlphp/simplesamlphp-test-framework/.github/workflows/reusable_linter.yml@v1.10.0 |
34 | 34 | with: |
35 | 35 | enable_eslinter: false |
36 | 36 | enable_jsonlinter: true |
|
69 | 69 | git config --global core.autocrlf false |
70 | 70 | git config --global core.eol lf |
71 | 71 |
|
72 | | - - uses: actions/checkout@v4 |
| 72 | + - uses: actions/checkout@v5 |
73 | 73 |
|
74 | 74 | - name: Get composer cache directory |
75 | 75 | run: echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$GITHUB_ENV" |
@@ -131,7 +131,7 @@ jobs: |
131 | 131 | git config --global core.autocrlf false |
132 | 132 | git config --global core.eol lf |
133 | 133 |
|
134 | | - - uses: actions/checkout@v4 |
| 134 | + - uses: actions/checkout@v5 |
135 | 135 |
|
136 | 136 | - name: Get composer cache directory |
137 | 137 | run: echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$env:GITHUB_ENV" |
@@ -168,7 +168,7 @@ jobs: |
168 | 168 | - name: Setup problem matchers for PHP |
169 | 169 | run: echo "::add-matcher::${{ runner.tool_cache }}/php.json" |
170 | 170 |
|
171 | | - - uses: actions/checkout@v4 |
| 171 | + - uses: actions/checkout@v5 |
172 | 172 |
|
173 | 173 | - name: Get composer cache directory |
174 | 174 | run: echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$GITHUB_ENV" |
@@ -220,7 +220,7 @@ jobs: |
220 | 220 | - name: Setup problem matchers for PHP |
221 | 221 | run: echo "::add-matcher::${{ runner.tool_cache }}/php.json" |
222 | 222 |
|
223 | | - - uses: actions/checkout@v4 |
| 223 | + - uses: actions/checkout@v5 |
224 | 224 |
|
225 | 225 | - name: Get composer cache directory |
226 | 226 | run: echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$GITHUB_ENV" |
@@ -249,9 +249,9 @@ jobs: |
249 | 249 | runs-on: [ubuntu-latest] |
250 | 250 | needs: [unit-tests-linux] |
251 | 251 | steps: |
252 | | - - uses: actions/checkout@v4 |
| 252 | + - uses: actions/checkout@v5 |
253 | 253 |
|
254 | | - - uses: actions/download-artifact@v4 |
| 254 | + - uses: actions/download-artifact@v5 |
255 | 255 | with: |
256 | 256 | name: coverage-data |
257 | 257 | path: ${{ github.workspace }}/build |
|
0 commit comments