Skip to content

Commit 4038ae8

Browse files
committed
Fixed test
1 parent c070807 commit 4038ae8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,12 @@ jobs:
3535
JBZOO_COMPOSER_UPDATE_FLAGS: ${{ matrix.composer_flags }}
3636
strategy:
3737
matrix:
38-
php-version: [ 7.2, 7.3, 7.4, 8.0, 8.1 ]
38+
php-version: [ 7.2, 7.3, 7.4]
3939
coverage: [ xdebug, none ]
4040
composer_flags: [ "--prefer-lowest", "" ]
41+
include:
42+
- php-version: "8.0"
43+
- php-version: "8.1"
4144
steps:
4245
- name: Checkout code
4346
uses: actions/checkout@v2

0 commit comments

Comments
 (0)