Skip to content

Commit

Permalink
Merge pull request #72 from DavidePastore/feature/remove-support-for-…
Browse files Browse the repository at this point in the history
…old-node-versions

Remove support for old Node versions and add for the newer ones
  • Loading branch information
DavidePastore committed Oct 13, 2022
2 parents 684a792 + 6ffbbd6 commit fbeb8da
Show file tree
Hide file tree
Showing 5 changed files with 15,034 additions and 1,099 deletions.
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 fbeb8da

Please sign in to comment.