Skip to content

Commit 86cc8e3

Browse files
committed
update GitHub actions
1 parent 0b8c56b commit 86cc8e3

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
@@ -15,13 +15,13 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3']
18+
php: ['8.2', '8.3', '8.4', '8.5']
1919

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

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

0 commit comments

Comments
 (0)