Skip to content

Commit 6f879a5

Browse files
committed
PRE-2117: add php 8.x compatibility
1 parent 09c836c commit 6f879a5

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/payplug-ci.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,17 @@ jobs:
1818
runs-on: ubuntu-latest
1919
strategy:
2020
matrix:
21-
php-versions: ['7.3', '7.4', '8.0']
22-
phpunit-versions: ['8.5.15']
21+
php-versions: ['7.3', '7.4', '8.0','8.1']
22+
phpunit-versions:
23+
- '8.5.15'
24+
- '9.0'
25+
2326
include:
2427
- php-versions: '5.6'
2528
phpunit-versions: '5.7.27'
2629
- php-versions: '7.0'
2730
phpunit-versions: '6.5.14'
31+
2832

2933
name: Php Version ${{matrix.php-versions }} / php Unit ${{ matrix.phpunit-versions }}
3034
steps:

0 commit comments

Comments
 (0)