Skip to content

Commit 311da5d

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

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/payplug-ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,14 @@ jobs:
1818
runs-on: ubuntu-latest
1919
strategy:
2020
matrix:
21-
php-versions: ['7.3', '7.4', '8.0']
21+
php-versions: ['7.3', '7.4', '8.0','8.1']
2222
phpunit-versions: ['8.5.15']
2323
include:
2424
- php-versions: '5.6'
2525
phpunit-versions: '5.7.27'
2626
- php-versions: '7.0'
2727
phpunit-versions: '6.5.14'
28+
2829

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

0 commit comments

Comments
 (0)