Skip to content

Commit

Permalink
Remove support for old Node versions
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidePastore committed Oct 13, 2022
1 parent 684a792 commit b45c40a
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit b45c40a

Please sign in to comment.