Skip to content

Commit

Permalink
upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
mathroc committed Jul 22, 2023
1 parent f9e48d5 commit 39f650d
Show file tree
Hide file tree
Showing 6 changed files with 391 additions and 310 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

strategy:
matrix:
php-versions: ['8.1']
php-versions: ['8.1', '8.2']

steps:
- uses: actions/checkout@v3
Expand All @@ -35,9 +35,9 @@ jobs:
uses: actions/cache@v3
with:
path: vendor
key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}
key: ${{ runner.os }}-php-${{ matrix.php-versions }}-${{ hashFiles('composer.json') }}
restore-keys: |
${{ runner.os }}-php-
${{ runner.os }}-php-${{ matrix.php-versions }}
- name: Install dependencies
run: composer install --prefer-dist --no-progress
Expand Down
Loading

0 comments on commit 39f650d

Please sign in to comment.