Skip to content

Commit

Permalink
Fixed dependency conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
SmetDenis committed Jan 8, 2022
1 parent d4a6860 commit bb5d1b6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,15 @@ jobs:
JBZOO_COMPOSER_UPDATE_FLAGS: ${{ matrix.composer_flags }}
strategy:
matrix:
php-version: [ 7.2, 7.3, 7.4, 8.0 ]
php-version: [ 7.2, 7.3, 7.4 ]
experimental: [ false ]
coverage: [ xdebug, none ]
composer_flags: [ "--prefer-lowest", "" ]
include:
- php-version: "8.0"
experimental: true
- php-version: "8.1"
experimental: true
steps:
- name: Checkout code
uses: actions/checkout@v2
Expand Down

0 comments on commit bb5d1b6

Please sign in to comment.