Skip to content

Commit ee4427d

Browse files
committed
add php 8.5 to testing matrix
1 parent ca665d2 commit ee4427d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/phpunit.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-version: ['5.4', '5.5', '5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4']
13+
php-version: ['5.4', '5.5', '5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4', '8.5']
1414
name: PHP ${{ matrix.php-version }} on ${{ matrix.operating-system }}
1515
env:
1616
MYSQL_DATABASE: test

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"bdk/teams": "1.0"
4848
},
4949
"require": {
50-
"php": ">=5.4.0",
50+
"php": "^5.4 || ^7.0 || ^8.0",
5151
"bdk/http-message": "^1.3.4 || ^2.3.4 || ^3.3.4",
5252
"jdorn/sql-formatter": "^1.2"
5353
},

0 commit comments

Comments
 (0)