Skip to content

Commit 2c77b3a

Browse files
committed
ci: update default version to php 8.3
1 parent b4effbb commit 2c77b3a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
fail-fast: true
1717
matrix:
1818
os: ["ubuntu-22.04"]
19-
php: ["8.2"]
19+
php: ["8.3"]
2020
environment:
2121
name: production
2222
url: https://prod.laravel-starter-tpl.wayof.dev

.github/workflows/deploy-staging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
fail-fast: true
1717
matrix:
1818
os: ["ubuntu-22.04"]
19-
php: ["8.2"]
19+
php: ["8.3"]
2020
environment:
2121
name: staging
2222
url: https://staging.laravel-starter-tpl.wayof.dev

0 commit comments

Comments
 (0)