Skip to content

Commit 88d7294

Browse files
authored
ci: Add PHP 8.2 for the build (#797)
1 parent dbb63cd commit 88d7294

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

.github/workflows/composer-root-version.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
strategy:
5959
fail-fast: false
6060
matrix:
61-
php: [ '8.1' ] # Should be the latest PHP version supported
61+
php: [ '8.1', '8.2' ]
6262

6363
steps:
6464
- name: Checkout

.github/workflows/e2e-tests.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
matrix:
1717
php:
1818
- '8.1'
19+
- '8.2'
1920
steps:
2021
- name: Checkout
2122
uses: actions/checkout@v3

.github/workflows/security.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
php: [ '8.1' ]
17+
php: [ '8.2' ]
1818
steps:
1919
- name: Checkout
2020
uses: actions/checkout@v3

.github/workflows/tests.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
php: [ '8.1' ] # Should be the latest PHP version supported
18+
php: [ '8.2' ] # Should be the latest PHP version supported
1919
steps:
2020
- name: Checkout
2121
uses: actions/checkout@v3
@@ -43,7 +43,7 @@ jobs:
4343
strategy:
4444
fail-fast: false
4545
matrix:
46-
php: [ '8.1' ]
46+
php: [ '8.2' ]
4747
steps:
4848
- name: Checkout
4949
uses: actions/checkout@v3
@@ -68,6 +68,7 @@ jobs:
6868
matrix:
6969
php:
7070
- '8.1'
71+
- '8.2'
7172
steps:
7273
- name: Checkout
7374
uses: actions/checkout@v3

0 commit comments

Comments
 (0)