PHP Client - Dependency Test #5295
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: PHP Client - Dependency Test | |
on: | |
schedule: | |
- cron: '*/30 * * * *' | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Init project | |
run: | | |
composer create-project composer/semver netlicensing-php-dependency | |
- name: Install dependencies | |
run: | | |
composer require labs64/netlicensingclient-php | |
composer install --prefer-dist --no-progress --no-suggest |