Skip to content

Commit 3363ec0

Browse files
committed
update Github actions
1 parent cd01049 commit 3363ec0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/run-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
php: ["8.3", "8.2", "8.1", "8.0", "7.4"]
17+
php: ["8.4", "8.3", "8.2", "8.1", "8.0", "7.4"]
1818

1919
steps:
2020
- uses: actions/checkout@v2
2121

2222
- name: Cache dependencies
23-
uses: actions/cache@v2
23+
uses: actions/cache@v4
2424
with:
2525
path: ~/.composer/cache/files
2626
key: dependencies-php-${{ matrix.php }}-composer-${{ hashFiles('composer.json') }}

0 commit comments

Comments
 (0)