Skip to content

Commit 917dcd6

Browse files
committed
Update php version into 8.3 and nodejs version into 20 in github workflows
1 parent 703c88d commit 917dcd6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Diff for: .github/workflows/deploy-demo.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ jobs:
99
steps:
1010
- uses: shivammathur/setup-php@v2
1111
with:
12-
php-version: '8.1'
12+
php-version: '8.3'
1313
- uses: actions/checkout@v2
1414
- uses: actions/setup-node@v3
1515
with:
16-
node-version: 16
16+
node-version: 20
1717
- uses: mirromutth/[email protected]
1818
with:
1919
mysql database: laravel-test-db

Diff for: .github/workflows/deploy-main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ jobs:
99
steps:
1010
- uses: shivammathur/setup-php@v2
1111
with:
12-
php-version: '8.1'
12+
php-version: '8.3'
1313
- uses: actions/checkout@v2
1414
- uses: actions/setup-node@v3
1515
with:
16-
node-version: 16
16+
node-version: 20
1717
- uses: mirromutth/[email protected]
1818
with:
1919
mysql database: laravel-test-db

0 commit comments

Comments
 (0)