Skip to content

Commit f8507b8

Browse files
committed
update: tests.yml
1 parent b19904d commit f8507b8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ jobs:
1313
- 8.0
1414
- 8.1
1515
- 8.2
16+
- 8.3
17+
- 8.4
1618
experimental: [false]
1719

1820
steps:
@@ -38,7 +40,7 @@ jobs:
3840
run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
3941

4042
- name: Cache vendor
41-
uses: actions/cache@v3
43+
uses: actions/cache@v4
4244
env:
4345
cache-name: composer-cache
4446
with:

0 commit comments

Comments
 (0)