Skip to content

Commit

Permalink
Update php version into 8.3 and nodejs version into 20 in github work…
Browse files Browse the repository at this point in the history
…flows
  • Loading branch information
thecodeholic committed Mar 23, 2024
1 parent 703c88d commit 917dcd6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ jobs:
steps:
- uses: shivammathur/setup-php@v2
with:
php-version: '8.1'
php-version: '8.3'
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20
- uses: mirromutth/[email protected]
with:
mysql database: laravel-test-db
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ jobs:
steps:
- uses: shivammathur/setup-php@v2
with:
php-version: '8.1'
php-version: '8.3'
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20
- uses: mirromutth/[email protected]
with:
mysql database: laravel-test-db
Expand Down

0 comments on commit 917dcd6

Please sign in to comment.