Skip to content

Commit 3646763

Browse files
committed
Update php.yml
1 parent 30ac543 commit 3646763

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

.github/workflows/php.yml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
php-version: ['7.3', '7.4', '8.0', '8.1']
17+
php-version: ['7.4', '8.0', '8.1', '8.2']
1818

1919
steps:
2020
- uses: actions/checkout@v2
@@ -28,17 +28,7 @@ jobs:
2828
- name: Validate composer.json and composer.lock
2929
run: composer validate
3030

31-
# - name: Cache Composer packages
32-
# id: composer-cache
33-
# uses: actions/cache@v2
34-
# with:
35-
# path: vendor
36-
# key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}
37-
# restore-keys: |
38-
# ${{ runner.os }}-php-
39-
4031
- name: Install dependencies
41-
# if: steps.composer-cache.outputs.cache-hit != 'true'
4232
run: composer update --prefer-dist --no-progress
4333

4434
- name: Run test suite

0 commit comments

Comments
 (0)