mirror of
https://github.com/netzmacht/contao-leaflet-geocode-widget.git
synced 2025-11-28 19:53:42 +01:00
Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
eca2b6e00c | ||
|
|
2becf0344a | ||
|
|
b4ab2bbc78 | ||
|
|
741efef65d | ||
|
|
5ac8d1141c | ||
|
|
8f05dfe6d6 | ||
|
|
2da4b02ddc | ||
|
|
addf773edc |
8
.github/workflows/diagnostics.yml
vendored
8
.github/workflows/diagnostics.yml
vendored
@@ -29,7 +29,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: Pull source
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Setup PHP with PECL extension
|
||||
uses: shivammathur/setup-php@v2
|
||||
@@ -38,7 +38,7 @@ jobs:
|
||||
coverage: xdebug2
|
||||
|
||||
- name: Cache composer cache directory
|
||||
uses: actions/cache@v1
|
||||
uses: actions/cache@v3
|
||||
env:
|
||||
cache-name: composer-cache-dir-${{ matrix.php }}
|
||||
with:
|
||||
@@ -49,7 +49,7 @@ jobs:
|
||||
run: composer install
|
||||
|
||||
- name: Cache vendor directory of phpcq tool runner
|
||||
uses: actions/cache@v1
|
||||
uses: actions/cache@v3
|
||||
env:
|
||||
cache-name: vendor-${{ matrix.php }}
|
||||
with:
|
||||
@@ -68,7 +68,7 @@ jobs:
|
||||
run: $GITHUB_WORKSPACE/vendor/bin/phpcq run -o github-action -o default ${{ matrix.phpcq_flags }} -v
|
||||
|
||||
- name: Upload build directory to artifact
|
||||
uses: actions/upload-artifact@v2
|
||||
uses: actions/upload-artifact@v3
|
||||
if: ${{ success() }} || ${{ failure() }}
|
||||
with:
|
||||
name: phpcq-builds-php-${{ matrix.php }}
|
||||
|
||||
Reference in New Issue
Block a user