We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 49d48ae + f142d6c commit a568d1bCopy full SHA for a568d1b
1 file changed
.github/workflows/ci.yml
@@ -48,7 +48,7 @@ jobs:
48
--health-retries 5
49
50
steps:
51
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
52
53
- name: Setup MySQL
54
if: matrix.db-type == 'mysql'
@@ -112,7 +112,7 @@ jobs:
112
runs-on: ubuntu-22.04
113
114
115
116
117
- name: Setup PHP
118
uses: shivammathur/setup-php@v2
0 commit comments