Sitelet https://github.com/phpmyadmin/phpmyadmin/commit/158b44e9e2d19535dfc5d16fca0748f357d93eca
Skip to content

Commit 158b44e

Browse files
committed
Merge branch 'QA_5_2'
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2 parents 977ffae + 5fc2887 commit 158b44e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
continue-on-error: ${{ matrix.experimental }}
6868
strategy:
6969
matrix:
70-
php-version: ["7.2", "7.3", "7.4", "8.0", "8.1"]
70+
php-version: ["7.2", "7.3", "7.4", "8.0", "8.1", "8.2"]
7171
experimental: [false]
7272
os: [ubuntu-latest]
7373
phpunit-options: ['--testsuite unit']

.github/workflows/update-po.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
if: (github.event_name == 'schedule' && github.repository == 'phpmyadmin/phpmyadmin') || (github.event_name != 'schedule')
1919
strategy:
2020
matrix:
21-
php-version: ["8.0"]
21+
php-version: ["8.1"]
2222
steps:
2323
- name: Checkout code
2424
uses: actions/checkout@v3

0 commit comments

Comments
 (0)