Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove support for old Node versions and add for the newer ones #72

Merged
merged 9 commits into from Oct 13, 2022
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Expand Up @@ -9,7 +9,7 @@ jobs:
matrix:
operating-system: [ubuntu-latest]
php-version: ['7.3', '7.4']
node-version: [10.x, 11.x, 12.x, 13.x]
node-version: [12.x, 13.x, 14.x, 15.x, 16.x, 17.x, 18.x]
name: PHP ${{ matrix.php-version }} | Node ${{ matrix.node-version }} Test on ${{ matrix.operating-system }}
steps:
- uses: actions/checkout@v2
Expand Down