Skip to content

Commit 2f562bd

Browse files
ci(GitHub actions): Add php 8.2 in matrix
1 parent d36dcdb commit 2f562bd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/coding-standards.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
php-version: ['7.4', '8.0', '8.1']
15+
php-version: ['7.4', '8.0', '8.1', '8.2']
1616

1717
name: Coding standards
1818
runs-on: ubuntu-latest
@@ -30,7 +30,7 @@ jobs:
3030

3131
- name: Install DDEV
3232
env:
33-
DDEV_VERSION: v1.21.1
33+
DDEV_VERSION: v1.21.2
3434
run: |
3535
# @see https://ddev.readthedocs.io/en/stable/#installationupgrade-script-linux-and-macos-armarm64-and-amd64-architectures
3636
sudo apt-get -qq update

.github/workflows/test-suite.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
php-version: ['7.2', '7.3', '7.4', '8.0', '8.1']
15+
php-version: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2']
1616

1717
name: Test suite
1818
runs-on: ubuntu-latest
@@ -33,7 +33,7 @@ jobs:
3333

3434
- name: Install DDEV
3535
env:
36-
DDEV_VERSION: v1.21.1
36+
DDEV_VERSION: v1.21.2
3737
run: |
3838
# @see https://ddev.readthedocs.io/en/stable/#installationupgrade-script-linux-and-macos-armarm64-and-amd64-architectures
3939
sudo apt-get -qq update

0 commit comments

Comments
 (0)