-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
minor #114 Update OS version for works flows (sstok)
This PR was merged into the 1.0-dev branch. Discussion ---------- | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | BC breaks? |no | Deprecations? | no | Fixed tickets | | License | MIT Commits ------- afa5735 Update OS version for works flows
- Loading branch information
Showing
2 changed files
with
15 additions
and
5 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ on: | |
jobs: | ||
test: | ||
name: PHP ${{ matrix.PHP_VERSION }} | ||
runs-on: ubuntu-18.04 | ||
runs-on: ubuntu-latest | ||
strategy: | ||
fail-fast: false | ||
matrix: | ||
|
@@ -60,7 +60,6 @@ jobs: | |
git config --global user.email [email protected] | ||
rm -f composer.lock | ||
composer global require symfony/flex | ||
composer install --no-progress --no-interaction --optimize-autoloader --ansi | ||
## —— Tests ✅ ——————————————————————————————————————————————————————————— | ||
|
@@ -92,7 +91,6 @@ jobs: | |
name: Install Composer dependencies | ||
run: | | ||
rm -f composer.lock | ||
composer global require symfony/flex | ||
composer install --no-progress --no-interaction --no-suggest --optimize-autoloader --ansi | ||
- | ||
|
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