Skip to content

Commit 782d7d1

Browse files
committed
chore(Php): Add ci tests for PHP 8.0 to 8.4
[bump-react-promise-support]
1 parent 2d92777 commit 782d7d1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- 8080:80
1212
strategy:
1313
matrix:
14-
php-versions: [ '8.0', '8.1' ]
14+
php-versions: [ '8.0', '8.1', '8.2', '8.3', '8.4' ]
1515
composer-options: [ '--prefer-lowest', '']
1616
runs-on: ubuntu-latest
1717
steps:

0 commit comments

Comments
 (0)