Skip to content

Commit

Permalink
Bump actions/cache
Browse files Browse the repository at this point in the history
  • Loading branch information
alanpoulain committed Jul 23, 2020
1 parent 82f141f commit b4fc98e
Showing 1 changed file with 38 additions and 38 deletions.
76 changes: 38 additions & 38 deletions .github/workflows/ci.yml
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Install Composer
run: wget -qO - https://raw.githubusercontent.com/composer/getcomposer.org/$COMPOSER_INSTALLER_COMMIT/web/installer | php -- --install-dir=/usr/local/bin --filename=composer --quiet
- name: Cache Composer packages
uses: actions/cache@v1
uses: actions/cache@v2
with:
path: ~/.composer/cache
key: composer-php${{ matrix.php }}-php-cs-fixer-${{ github.sha }}
Expand All @@ -59,7 +59,7 @@ jobs:
composer global require --prefer-dist --no-progress --no-suggest --ansi \
friendsofphp/php-cs-fixer:"${PHP_CS_FIXER_VERSION}"
- name: Cache PHP-CS-Fixer results
uses: actions/cache@v1
uses: actions/cache@v2
with:
path: /var/cache/php-cs-fixer
key: php-cs-fixer-php${{ matrix.php }}-${{ github.sha }}
Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:
- name: Install Composer
run: wget -qO - https://raw.githubusercontent.com/composer/getcomposer.org/$COMPOSER_INSTALLER_COMMIT/web/installer | php -- --install-dir=/usr/local/bin --filename=composer --quiet
- name: Cache Composer packages
uses: actions/cache@v1
uses: actions/cache@v2
with:
path: ~/.composer/cache
key: composer-php${{ matrix.php }}-${{ github.sha }}
Expand All @@ -124,7 +124,7 @@ jobs:
ln -s /tmp/api-platform/core/var tests/Fixtures/app/var
tests/Fixtures/app/console cache:clear --ansi
- name: Cache PHPStan results
uses: actions/cache@v1
uses: actions/cache@v2
with:
path: /tmp/phpstan
key: phpstan-php${{ matrix.php }}-${{ github.sha }}
Expand Down Expand Up @@ -165,7 +165,7 @@ jobs:
unzip \
- name: Cache mongodb PHP extension build
if: (!startsWith(matrix.php, '7.1'))
uses: actions/cache@v1
uses: actions/cache@v2
with:
path: /var/tmp/build/ext-mongodb-${{ env.EXT_MONGODB_VERSION }}
key: ext-mongodb-${{ env.EXT_MONGODB_VERSION }}-php${{ matrix.php }}-${{ github.sha }}
Expand Down Expand Up @@ -211,7 +211,7 @@ jobs:
- name: Install Composer
run: wget -qO - https://raw.githubusercontent.com/composer/getcomposer.org/$COMPOSER_INSTALLER_COMMIT/web/installer | php -- --install-dir=/usr/local/bin --filename=composer --quiet
- name: Cache Composer packages
uses: actions/cache@v1
uses: actions/cache@v2
with:
path: ~/.composer/cache
key: composer-php${{ matrix.php }}-${{ github.sha }}
Expand Down Expand Up @@ -305,7 +305,7 @@ jobs:
unzip \
- name: Cache mongodb PHP extension build
if: (!startsWith(matrix.php, '7.1'))
uses: actions/cache@v1
uses: actions/cache@v2
with:
path: /var/tmp/build/ext-mongodb-${{ env.EXT_MONGODB_VERSION }}
key: ext-mongodb-${{ env.EXT_MONGODB_VERSION }}-php${{ matrix.php }}-${{ github.sha }}
Expand Down Expand Up @@ -351,7 +351,7 @@ jobs:
- name: Install Composer
run: wget -qO - https://raw.githubusercontent.com/composer/getcomposer.org/$COMPOSER_INSTALLER_COMMIT/web/installer | php -- --install-dir=/usr/local/bin --filename=composer --quiet
- name: Cache Composer packages
uses: actions/cache@v1
uses: actions/cache@v2
with:
path: ~/.composer/cache
key: composer-php${{ matrix.php }}-${{ github.sha }}
Expand Down Expand Up @@ -468,7 +468,7 @@ jobs:
apk add \
unzip \
- name: Cache mongodb PHP extension build
uses: actions/cache@v1
uses: actions/cache@v2
with:
path: /var/tmp/build/ext-mongodb-${{ env.EXT_MONGODB_VERSION }}
key: ext-mongodb-${{ env.EXT_MONGODB_VERSION }}-php${{ matrix.php }}-${{ github.sha }}
Expand Down Expand Up @@ -496,7 +496,7 @@ jobs:
- name: Install Composer
run: wget -qO - https://raw.githubusercontent.com/composer/getcomposer.org/$COMPOSER_INSTALLER_COMMIT/web/installer | php -- --install-dir=/usr/local/bin --filename=composer --quiet
- name: Cache Composer packages
uses: actions/cache@v1
uses: actions/cache@v2
with:
path: ~/.composer/cache
key: composer-php${{ matrix.php }}-lowest-deps-${{ github.sha }}
Expand Down Expand Up @@ -553,7 +553,7 @@ jobs:
apk add \
unzip \
- name: Cache mongodb PHP extension build
uses: actions/cache@v1
uses: actions/cache@v2
with:
path: /var/tmp/build/ext-mongodb-${{ env.EXT_MONGODB_VERSION }}
key: ext-mongodb-${{ env.EXT_MONGODB_VERSION }}-php${{ matrix.php }}-${{ github.sha }}
Expand Down Expand Up @@ -581,7 +581,7 @@ jobs:
- name: Install Composer
run: wget -qO - https://raw.githubusercontent.com/composer/getcomposer.org/$COMPOSER_INSTALLER_COMMIT/web/installer | php -- --install-dir=/usr/local/bin --filename=composer --quiet
- name: Cache Composer packages
uses: actions/cache@v1
uses: actions/cache@v2
with:
path: ~/.composer/cache
key: composer-php${{ matrix.php }}-lowest-deps-${{ github.sha }}
Expand Down Expand Up @@ -672,7 +672,7 @@ jobs:
unzip \
- name: Cache mongodb PHP extension build
if: (!startsWith(matrix.php, '7.1'))
uses: actions/cache@v1
uses: actions/cache@v2
with:
path: /var/tmp/build/ext-mongodb-${{ env.EXT_MONGODB_VERSION }}
key: ext-mongodb-${{ env.EXT_MONGODB_VERSION }}-php${{ matrix.php }}-${{ github.sha }}
Expand Down Expand Up @@ -718,7 +718,7 @@ jobs:
- name: Install Composer
run: wget -qO - https://raw.githubusercontent.com/composer/getcomposer.org/$COMPOSER_INSTALLER_COMMIT/web/installer | php -- --install-dir=/usr/local/bin --filename=composer --quiet
- name: Cache Composer packages
uses: actions/cache@v1
uses: actions/cache@v2
with:
path: ~/.composer/cache
key: composer-php${{ matrix.php }}-legacy-${{ github.sha }}
Expand Down Expand Up @@ -815,7 +815,7 @@ jobs:
apk add \
unzip \
- name: Cache mongodb PHP extension build
uses: actions/cache@v1
uses: actions/cache@v2
with:
path: /var/tmp/build/ext-mongodb-${{ env.EXT_MONGODB_VERSION }}
key: ext-mongodb-${{ env.EXT_MONGODB_VERSION }}-php${{ matrix.php }}-${{ github.sha }}
Expand Down Expand Up @@ -843,7 +843,7 @@ jobs:
- name: Install Composer
run: wget -qO - https://raw.githubusercontent.com/composer/getcomposer.org/$COMPOSER_INSTALLER_COMMIT/web/installer | php -- --install-dir=/usr/local/bin --filename=composer --quiet
- name: Cache Composer packages
uses: actions/cache@v1
uses: actions/cache@v2
with:
path: ~/.composer/cache
key: composer-php${{ matrix.php }}-lowest-deps-legacy-${{ github.sha }}
Expand Down Expand Up @@ -926,7 +926,7 @@ jobs:
pdo_pgsql \
;
- name: Cache mongodb PHP extension build
uses: actions/cache@v1
uses: actions/cache@v2
with:
path: /var/tmp/build/ext-mongodb-${{ env.EXT_MONGODB_VERSION }}
key: ext-mongodb-${{ env.EXT_MONGODB_VERSION }}-php${{ matrix.php }}-${{ github.sha }}
Expand Down Expand Up @@ -954,7 +954,7 @@ jobs:
- name: Install Composer
run: wget -qO - https://raw.githubusercontent.com/composer/getcomposer.org/$COMPOSER_INSTALLER_COMMIT/web/installer | php -- --install-dir=/usr/local/bin --filename=composer --quiet
- name: Cache Composer packages
uses: actions/cache@v1
uses: actions/cache@v2
with:
path: ~/.composer/cache
key: composer-php${{ matrix.php }}-${{ github.sha }}
Expand Down Expand Up @@ -1035,7 +1035,7 @@ jobs:
pdo_pgsql \
;
- name: Cache mongodb PHP extension build
uses: actions/cache@v1
uses: actions/cache@v2
with:
path: /var/tmp/build/ext-mongodb-${{ env.EXT_MONGODB_VERSION }}
key: ext-mongodb-${{ env.EXT_MONGODB_VERSION }}-php${{ matrix.php }}-${{ github.sha }}
Expand Down Expand Up @@ -1063,7 +1063,7 @@ jobs:
- name: Install Composer
run: wget -qO - https://raw.githubusercontent.com/composer/getcomposer.org/$COMPOSER_INSTALLER_COMMIT/web/installer | php -- --install-dir=/usr/local/bin --filename=composer --quiet
- name: Cache Composer packages
uses: actions/cache@v1
uses: actions/cache@v2
with:
path: ~/.composer/cache
key: composer-php${{ matrix.php }}-${{ github.sha }}
Expand Down Expand Up @@ -1168,7 +1168,7 @@ jobs:
pdo_mysql \
;
- name: Cache mongodb PHP extension build
uses: actions/cache@v1
uses: actions/cache@v2
with:
path: /var/tmp/build/ext-mongodb-${{ env.EXT_MONGODB_VERSION }}
key: ext-mongodb-${{ env.EXT_MONGODB_VERSION }}-php${{ matrix.php }}-${{ github.sha }}
Expand Down Expand Up @@ -1196,7 +1196,7 @@ jobs:
- name: Install Composer
run: wget -qO - https://raw.githubusercontent.com/composer/getcomposer.org/$COMPOSER_INSTALLER_COMMIT/web/installer | php -- --install-dir=/usr/local/bin --filename=composer --quiet
- name: Cache Composer packages
uses: actions/cache@v1
uses: actions/cache@v2
with:
path: ~/.composer/cache
key: composer-php${{ matrix.php }}-${{ github.sha }}
Expand Down Expand Up @@ -1277,7 +1277,7 @@ jobs:
pdo_mysql \
;
- name: Cache mongodb PHP extension build
uses: actions/cache@v1
uses: actions/cache@v2
with:
path: /var/tmp/build/ext-mongodb-${{ env.EXT_MONGODB_VERSION }}
key: ext-mongodb-${{ env.EXT_MONGODB_VERSION }}-php${{ matrix.php }}-${{ github.sha }}
Expand Down Expand Up @@ -1305,7 +1305,7 @@ jobs:
- name: Install Composer
run: wget -qO - https://raw.githubusercontent.com/composer/getcomposer.org/$COMPOSER_INSTALLER_COMMIT/web/installer | php -- --install-dir=/usr/local/bin --filename=composer --quiet
- name: Cache Composer packages
uses: actions/cache@v1
uses: actions/cache@v2
with:
path: ~/.composer/cache
key: composer-php${{ matrix.php }}-${{ github.sha }}
Expand Down Expand Up @@ -1401,7 +1401,7 @@ jobs:
bash \
unzip \
- name: Cache mongodb PHP extension build
uses: actions/cache@v1
uses: actions/cache@v2
with:
path: /var/tmp/build/ext-mongodb-${{ env.EXT_MONGODB_VERSION }}
key: ext-mongodb-${{ env.EXT_MONGODB_VERSION }}-php${{ matrix.php }}-${{ github.sha }}
Expand Down Expand Up @@ -1446,7 +1446,7 @@ jobs:
- name: Install Composer
run: wget -qO - https://raw.githubusercontent.com/composer/getcomposer.org/$COMPOSER_INSTALLER_COMMIT/web/installer | php -- --install-dir=/usr/local/bin --filename=composer --quiet
- name: Cache Composer packages
uses: actions/cache@v1
uses: actions/cache@v2
with:
path: ~/.composer/cache
key: composer-php${{ matrix.php }}-${{ github.sha }}
Expand Down Expand Up @@ -1542,7 +1542,7 @@ jobs:
bash \
unzip \
- name: Cache mongodb PHP extension build
uses: actions/cache@v1
uses: actions/cache@v2
with:
path: /var/tmp/build/ext-mongodb-${{ env.EXT_MONGODB_VERSION }}
key: ext-mongodb-${{ env.EXT_MONGODB_VERSION }}-php${{ matrix.php }}-${{ github.sha }}
Expand Down Expand Up @@ -1587,7 +1587,7 @@ jobs:
- name: Install Composer
run: wget -qO - https://raw.githubusercontent.com/composer/getcomposer.org/$COMPOSER_INSTALLER_COMMIT/web/installer | php -- --install-dir=/usr/local/bin --filename=composer --quiet
- name: Cache Composer packages
uses: actions/cache@v1
uses: actions/cache@v2
with:
path: ~/.composer/cache
key: composer-php${{ matrix.php }}-${{ github.sha }}
Expand Down Expand Up @@ -1716,7 +1716,7 @@ jobs:
bash \
unzip \
- name: Cache mongodb PHP extension build
uses: actions/cache@v1
uses: actions/cache@v2
with:
path: /var/tmp/build/ext-mongodb-${{ env.EXT_MONGODB_VERSION }}
key: ext-mongodb-${{ env.EXT_MONGODB_VERSION }}-php${{ matrix.php }}-${{ github.sha }}
Expand Down Expand Up @@ -1761,7 +1761,7 @@ jobs:
- name: Install Composer
run: wget -qO - https://raw.githubusercontent.com/composer/getcomposer.org/$COMPOSER_INSTALLER_COMMIT/web/installer | php -- --install-dir=/usr/local/bin --filename=composer --quiet
- name: Cache Composer packages
uses: actions/cache@v1
uses: actions/cache@v2
with:
path: ~/.composer/cache
key: composer-php${{ matrix.php }}-${{ github.sha }}
Expand Down Expand Up @@ -1859,7 +1859,7 @@ jobs:
bash \
unzip \
- name: Cache mongodb PHP extension build
uses: actions/cache@v1
uses: actions/cache@v2
with:
path: /var/tmp/build/ext-mongodb-${{ env.EXT_MONGODB_VERSION }}
key: ext-mongodb-${{ env.EXT_MONGODB_VERSION }}-php${{ matrix.php }}-${{ github.sha }}
Expand Down Expand Up @@ -1904,7 +1904,7 @@ jobs:
- name: Install Composer
run: wget -qO - https://raw.githubusercontent.com/composer/getcomposer.org/$COMPOSER_INSTALLER_COMMIT/web/installer | php -- --install-dir=/usr/local/bin --filename=composer --quiet
- name: Cache Composer packages
uses: actions/cache@v1
uses: actions/cache@v2
with:
path: ~/.composer/cache
key: composer-php${{ matrix.php }}-${{ github.sha }}
Expand Down Expand Up @@ -2017,7 +2017,7 @@ jobs:
apk add \
unzip \
- name: Cache mongodb PHP extension build
uses: actions/cache@v1
uses: actions/cache@v2
with:
path: /var/tmp/build/ext-mongodb-${{ env.EXT_MONGODB_VERSION }}
key: ext-mongodb-${{ env.EXT_MONGODB_VERSION }}-php${{ matrix.php }}-${{ github.sha }}
Expand Down Expand Up @@ -2045,7 +2045,7 @@ jobs:
- name: Install Composer
run: wget -qO - https://raw.githubusercontent.com/composer/getcomposer.org/$COMPOSER_INSTALLER_COMMIT/web/installer | php -- --install-dir=/usr/local/bin --filename=composer --quiet
- name: Cache Composer packages
uses: actions/cache@v1
uses: actions/cache@v2
with:
path: ~/.composer/cache
key: composer-php${{ matrix.php }}-${{ github.sha }}
Expand Down Expand Up @@ -2105,7 +2105,7 @@ jobs:
moreutils \
unzip \
- name: Cache mongodb PHP extension build
uses: actions/cache@v1
uses: actions/cache@v2
with:
path: /var/tmp/build/ext-mongodb-${{ env.EXT_MONGODB_VERSION }}
key: ext-mongodb-${{ env.EXT_MONGODB_VERSION }}-php${{ matrix.php }}-${{ github.sha }}
Expand Down Expand Up @@ -2133,7 +2133,7 @@ jobs:
- name: Install Composer
run: wget -qO - https://raw.githubusercontent.com/composer/getcomposer.org/$COMPOSER_INSTALLER_COMMIT/web/installer | php -- --install-dir=/usr/local/bin --filename=composer --quiet
- name: Cache Composer packages
uses: actions/cache@v1
uses: actions/cache@v2
with:
path: ~/.composer/cache
key: composer-php${{ matrix.php }}-symfony${{ matrix.symfony }}-${{ github.sha }}
Expand Down Expand Up @@ -2211,7 +2211,7 @@ jobs:
moreutils \
unzip \
- name: Cache mongodb PHP extension build
uses: actions/cache@v1
uses: actions/cache@v2
with:
path: /var/tmp/build/ext-mongodb-${{ env.EXT_MONGODB_VERSION }}
key: ext-mongodb-${{ env.EXT_MONGODB_VERSION }}-php${{ matrix.php }}-${{ github.sha }}
Expand Down Expand Up @@ -2239,7 +2239,7 @@ jobs:
- name: Install Composer
run: wget -qO - https://raw.githubusercontent.com/composer/getcomposer.org/$COMPOSER_INSTALLER_COMMIT/web/installer | php -- --install-dir=/usr/local/bin --filename=composer --quiet
- name: Cache Composer packages
uses: actions/cache@v1
uses: actions/cache@v2
with:
path: ~/.composer/cache
key: composer-php${{ matrix.php }}-symfony${{ matrix.symfony }}-${{ github.sha }}
Expand Down

0 comments on commit b4fc98e

Please sign in to comment.