Skip to content

Commit 0fa1d83

Browse files
committed
Fix php versions for mariadb / postgres jobs
1 parent d31fa58 commit 0fa1d83

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
strategy:
112112
matrix:
113113
php-version:
114-
- "8.1"
114+
- "8.2"
115115

116116
services:
117117
mariadb:
@@ -157,7 +157,7 @@ jobs:
157157
strategy:
158158
matrix:
159159
php-version:
160-
- "8.1"
160+
- "8.2"
161161

162162
steps:
163163
- name: Checkout

0 commit comments

Comments
 (0)