We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 703c88d commit 917dcd6Copy full SHA for 917dcd6
.github/workflows/deploy-demo.yml
@@ -9,11 +9,11 @@ jobs:
9
steps:
10
- uses: shivammathur/setup-php@v2
11
with:
12
- php-version: '8.1'
+ php-version: '8.3'
13
- uses: actions/checkout@v2
14
- uses: actions/setup-node@v3
15
16
- node-version: 16
+ node-version: 20
17
- uses: mirromutth/mysql-action@v1.1
18
19
mysql database: laravel-test-db
.github/workflows/deploy-main.yml
0 commit comments