Skip to content

Commit

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

0 comments on commit 4038ae8

Please sign in to comment.