We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51da318 commit 3ff2a97Copy full SHA for 3ff2a97
1 file changed
.github/workflows/deploy.yml
@@ -9,7 +9,7 @@ jobs:
9
runs-on: ubuntu-latest
10
strategy:
11
matrix:
12
- node-version: [18.x]
+ node-version: [20.x]
13
php-version: [8.2]
14
os: [ubuntu-latest]
15
name: build php-${{ matrix.php-version }} / node-${{ matrix.node-version }} on ${{ matrix.os }}
0 commit comments