Skip to content

Commit

Permalink
Merge 17a2732 into ebc4605
Browse files Browse the repository at this point in the history
  • Loading branch information
bpolaszek committed Jan 23, 2021
2 parents ebc4605 + 17a2732 commit b1d2a46
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .github/workflows/php.yml
Expand Up @@ -14,6 +14,9 @@ jobs:
strategy:
max-parallel: 10
matrix:
robinvdvleuten-ulid:
- '~4.0'
- '~5.0'
php:
- '7.3'
- '7.4'
Expand Down Expand Up @@ -44,6 +47,10 @@ jobs:
run: |
composer install --prefer-dist --no-interaction
- name: Install robinvdvleuten/ulid ${{ matrix.robinvdvleuten-ulid }}
run: |
composer req robinvdvleuten/ulid ${{ matrix.robinvdvleuten-ulid }} --prefer-dist --no-interaction
- name: Check code style
run: ./vendor/bin/phpcs --standard=psr2 -n src/

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -16,7 +16,7 @@
"license": "MIT",
"require": {
"php": ">=7.3",
"robinvdvleuten/ulid": "~2.0|~3.0"
"robinvdvleuten/ulid": "~4.0|~5.0"
},
"require-dev": {
"doctrine/orm": "^2.3",
Expand Down

0 comments on commit b1d2a46

Please sign in to comment.