Skip to content

Commit 9bb0ec9

Browse files
[Maintenance] Update GA
1 parent ce6a398 commit 9bb0ec9

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.github/workflows/build.yaml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,14 @@ jobs:
2525
exclude:
2626
- php: 8.1
2727
symfony: 7.0.*
28+
- php: 8.1
29+
symfony: 7.1.*
30+
- php: 8.1
31+
symfony: 7.2.*
2832

2933
steps:
3034
-
31-
uses: actions/checkout@v2
35+
uses: actions/checkout@v4
3236

3337
-
3438
name: Setup PHP
@@ -42,11 +46,11 @@ jobs:
4246
-
4347
name: Get Composer cache directory
4448
id: composer-cache
45-
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
49+
run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
4650

4751
-
4852
name: Cache Composer
49-
uses: actions/cache@v2
53+
uses: actions/cache@v4
5054
with:
5155
path: ${{ steps.composer-cache.outputs.dir }}
5256
key: ${{ runner.os }}-php-${{ matrix.php }}-composer-${{ hashFiles('**/composer.json **/composer.lock') }}

0 commit comments

Comments
 (0)