Skip to content

Commit

Permalink
Merge branch 'master' of github.com:pablosanches/bling-sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
pablosanches committed May 9, 2024
2 parents aace319 + dbeda6d commit 452c9c4
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
dependencies:
- "highest"
php-version:
- "8.1"
- "8.3"
operating-system:
- "ubuntu-latest"

Expand All @@ -34,10 +34,8 @@ jobs:
tools: composer:v2

- name: "Install highest dependencies"
env:
COMPOSER_AUTH: '{"github-oauth": {"github.com": "${{secrets.COMPOSER_AUTH}}"} }' # [tl! **]
if: ${{ matrix.dependencies == 'highest' }}
run: "composer update --no-interaction --no-progress --no-suggest"

- name: "Tests"
run: "composer test"
run: "composer test"

0 comments on commit 452c9c4

Please sign in to comment.