Skip to content

Commit ada723d

Browse files
authored
Merge pull request #113 from maxmind/greg/8.0
Test on PHP 8.0
2 parents 33aab19 + 26644e3 commit ada723d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
matrix:
1010
operating-system: [ubuntu-latest]
11-
php-versions: ['7.2', '7.3', '7.4']
11+
php-versions: ['7.2', '7.3', '7.4', '8.0']
1212
name: "PHP ${{ matrix.php-versions }} test on ${{ matrix.operating-system }}"
1313
steps:
1414
- name: Setup PHP

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"ext-maxminddb": "<1.8.0,>=2.0.0"
2525
},
2626
"require-dev": {
27-
"friendsofphp/php-cs-fixer": "2.*",
27+
"friendsofphp/php-cs-fixer": "*",
2828
"phpunit/phpunit": ">=8.0.0,<10.0.0",
2929
"php-coveralls/php-coveralls": "^2.1",
3030
"phpunit/phpcov": ">=6.0.0",

0 commit comments

Comments
 (0)