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 2d6bd82 commit 4b71f3bCopy full SHA for 4b71f3b
.github/workflows/deploy-docker.yml
@@ -60,7 +60,7 @@ jobs:
60
- name: Set up PHP
61
uses: shivammathur/setup-php@v2
62
with:
63
- php-version: 7.4
+ php-version: 8.2
64
coverage: none
65
66
- name: Docker login
@@ -89,7 +89,7 @@ jobs:
89
90
91
92
93
94
95
- name: Update tags
.github/workflows/release.yml
@@ -44,7 +44,7 @@ jobs:
44
45
46
47
48
49
50
- name: Checkout code
0 commit comments