From b45c40adaa9b84efebe56088d400ae16324d3e5d Mon Sep 17 00:00:00 2001 From: Davide Pastore Date: Thu, 13 Oct 2022 19:44:42 +0200 Subject: [PATCH] Remove support for old Node versions --- .github/workflows/continuous-integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index b9e8487..d606f19 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -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