Skip to content

Commit fb78cf4

Browse files
committed
upgrade deps
1 parent f9e48d5 commit fb78cf4

File tree

6 files changed

+372
-306
lines changed

6 files changed

+372
-306
lines changed

Diff for: .github/workflows/test.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
strategy:
1818
matrix:
19-
php-versions: ['8.1']
19+
php-versions: ['8.1', '8.2']
2020

2121
steps:
2222
- uses: actions/checkout@v3
@@ -35,9 +35,9 @@ jobs:
3535
uses: actions/cache@v3
3636
with:
3737
path: vendor
38-
key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}
38+
key: ${{ runner.os }}-php-${{ matrix.php-versions }}-${{ hashFiles('composer.json') }}
3939
restore-keys: |
40-
${{ runner.os }}-php-
40+
${{ runner.os }}-php-${{ matrix.php-versions }}
4141
4242
- name: Install dependencies
4343
run: composer install --prefer-dist --no-progress

0 commit comments

Comments
 (0)