Skip to content

Commit

Permalink
Merge branch 'QA_5_2'
Browse files Browse the repository at this point in the history
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
  • Loading branch information
MauricioFauth committed Dec 10, 2022
2 parents 977ffae + 5fc2887 commit 158b44e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Expand Up @@ -67,7 +67,7 @@ jobs:
continue-on-error: ${{ matrix.experimental }}
strategy:
matrix:
php-version: ["7.2", "7.3", "7.4", "8.0", "8.1"]
php-version: ["7.2", "7.3", "7.4", "8.0", "8.1", "8.2"]
experimental: [false]
os: [ubuntu-latest]
phpunit-options: ['--testsuite unit']
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-po.yml
Expand Up @@ -18,7 +18,7 @@ jobs:
if: (github.event_name == 'schedule' && github.repository == 'phpmyadmin/phpmyadmin') || (github.event_name != 'schedule')
strategy:
matrix:
php-version: ["8.0"]
php-version: ["8.1"]
steps:
- name: Checkout code
uses: actions/checkout@v3
Expand Down

0 comments on commit 158b44e

Please sign in to comment.