Skip to content

Commit a2b1186

Browse files
committed
chore: update workflow
1 parent ada2639 commit a2b1186

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
php-version:
1414
- "8.2"
1515
- "8.3"
16+
- "8.4"
1617
operating-system:
1718
- ubuntu-latest
1819
- windows-latest
@@ -24,7 +25,7 @@ jobs:
2425
steps:
2526

2627
- name: Checkout
27-
uses: actions/checkout@v2
28+
uses: actions/checkout@v4
2829

2930
- name: Setup PHP
3031
uses: shivammathur/setup-php@v2
@@ -37,7 +38,7 @@ jobs:
3738
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
3839

3940
- name: Cache dependencies
40-
uses: actions/cache@v2
41+
uses: actions/cache@v4
4142
with:
4243
path: ${{ steps.composercache.outputs.dir }}
4344
key: php-${{ matrix.php-version }}-composer-${{ hashFiles('**/composer.json') }}

0 commit comments

Comments
 (0)