Add PHP 8.2 to test workflow matrix
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
This commit is contained in:
parent
ea347037ac
commit
5fc2887448
2
.github/workflows/mutation-tests.yml
vendored
2
.github/workflows/mutation-tests.yml
vendored
@ -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
|
||||
|
||||
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@ -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']
|
||||
|
||||
2
.github/workflows/update-po.yml
vendored
2
.github/workflows/update-po.yml
vendored
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user