Add PHP 8.2 to test workflow matrix

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
This commit is contained in:
Maurício Meneghini Fauth 2022-12-10 17:15:50 -03:00
parent ea347037ac
commit 5fc2887448
No known key found for this signature in database
GPG Key ID: 6A16FD38AFC89CC8
3 changed files with 3 additions and 3 deletions

View File

@ -15,7 +15,7 @@ jobs:
runs-on: ${{ matrix.operating-system }}
strategy:
matrix:
php-version: ["8.0"]
php-version: ["8.1"]
operating-system: [ubuntu-latest]
steps:
- name: Checkout code

View File

@ -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']

View File

@ -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