Skip to content

Commit 5a6201d

Browse files
authored
fix: workflow dependencies
1 parent 330c724 commit 5a6201d

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,16 @@ jobs:
2424
- '7.4'
2525
- '8.0'
2626
- '8.1'
27+
- '8.2'
28+
- '8.3'
29+
- '8.4'
2730

2831
runs-on: ${{ matrix.os }}
2932

3033
steps:
3134
-
3235
name: Checkout
33-
uses: actions/checkout@v1
36+
uses: actions/checkout@v4
3437

3538
-
3639
name: Install linux dependencies
@@ -84,7 +87,7 @@ jobs:
8487

8588
-
8689
name: Cache composer dependencies
87-
uses: actions/cache@v2
90+
uses: actions/cache@v4
8891
with:
8992
path: ${{ env.COMPOSER_CACHE_DIR }}
9093
key: php${{ matrix.php }}-composer-${{ hashFiles('**/composer.json') }}

0 commit comments

Comments
 (0)