Skip to content

Commit 46aa2f3

Browse files
Merge pull request #62 from courtney-miles/task/ConfirmPhp80Compatability
Add PHP 8.0 to tested versions
2 parents 10fe52f + 49c23ab commit 46aa2f3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
strategy:
1111
matrix:
12-
php-version: ['7.1', '7.2', '7.3', '7.4']
12+
php-version: ['7.1', '7.2', '7.3', '7.4', '8.0']
1313

1414
name: frictionlessdata/tableschema-php PHP ${{ matrix.php-version }} test
1515

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM php:7.4-cli
1+
FROM php:8.0-cli
22

33
RUN apt-get update
44

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"jmikola/geojson": "^1.0"
1212
},
1313
"require-dev": {
14-
"phpunit/phpunit": "^7.0",
14+
"phpunit/phpunit": ">=7.0",
1515
"php-coveralls/php-coveralls": "^2.4",
1616
"psy/psysh": "@stable",
1717
"roave/security-advisories": "dev-latest"

0 commit comments

Comments
 (0)