We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b79ab43 + 0721424 commit 8ff4feeCopy full SHA for 8ff4fee
.github/workflows/ci.yml
@@ -20,15 +20,15 @@ jobs:
20
composer-flags: '--prefer-stable --prefer-lowest'
21
steps:
22
- name: Check out code into the workspace
23
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
24
- name: Setup PHP ${{ matrix.php-version }}
25
uses: shivammathur/setup-php@v2
26
with:
27
php-version: ${{ matrix.php-version }}
28
- name: Validate composer.json
29
run: composer validate --strict --no-check-lock
30
- name: Composer cache
31
- uses: actions/cache@v2
+ uses: actions/cache@v3
32
33
path: ${{ env.HOME }}/.composer/cache
34
key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}
0 commit comments