Skip to content

Commit cfb0dfd

Browse files
committed
Test only on PHP 8.1 and 8.3
8.4 will fail bc of CSV loading requiring explicit defaults for delimiter, escape characters, etc (which requires changes on frictionlessdata/tableschema too)
1 parent 339d983 commit cfb0dfd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
matrix:
1212
operating-system: [ubuntu-latest]
13-
php-versions: ['7.1', '7.4']
13+
php-versions: ['8.1', '8.3']
1414

1515
name: frictionlessdata/datapackage-php PHP ${{ matrix.php-versions }} test on ${{ matrix.operating-system }}
1616

0 commit comments

Comments
 (0)