Skip to content

Commit 2b43020

Browse files
authored
Update cache version and PHP version in GH workflow action (#320)
1 parent 281a5dc commit 2b43020

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010

1111
env:
1212
extensions: dom, json, gd, imagick
13-
key: cache-v1
13+
key: cache-v4
1414

1515
runs-on: ${{ matrix.os }}
1616

@@ -24,6 +24,9 @@ jobs:
2424
- "7.4"
2525
- "8.0"
2626
- "8.1"
27+
- "8.2"
28+
- "8.3"
29+
- "8.4"
2730

2831
steps:
2932
- name: Checkout
@@ -38,7 +41,7 @@ jobs:
3841
key: ${{ env.key }}
3942

4043
- name: Cache extensions
41-
uses: actions/cache@v1
44+
uses: actions/cache@v4
4245
with:
4346
path: ${{ steps.cache-env.outputs.dir }}
4447
key: ${{ steps.cache-env.outputs.key }}
@@ -62,7 +65,7 @@ jobs:
6265
echo "COMPOSER_CACHE_DIR=~\AppData\Local\Composer" >> $GITHUB_ENV
6366
6467
- name: Cache dependencies installed with composer
65-
uses: actions/cache@v1
68+
uses: actions/cache@v4
6669
with:
6770
path: ${{ steps.cache-env.outputs.dir }}
6871
key: php${{ matrix.php }}-composer-${{ matrix.dependencies }}-${{ hashFiles('**/composer.json') }}

0 commit comments

Comments
 (0)