Skip to content

Commit fb92950

Browse files
committed
[Worklow_PHP_8] Use only PHP 7.4 for now, as fzaninotto/faker is not compatible with PHP yet
1 parent 6434857 commit fb92950

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ jobs:
1313
strategy:
1414
matrix:
1515
operating-system: [ ubuntu-latest ]
16-
php: [ '7.4', '8.0' ]
16+
php: [ '7.4' ]
17+
#php: [ '7.4', '8.0' ]
1718

1819
name: PHP ${{ matrix.php }}
1920

0 commit comments

Comments
 (0)