Skip to content

Commit 24dfcb3

Browse files
committed
Add 8.2 to Github workflows
1 parent 8949fdc commit 24dfcb3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/workflow.yml

Lines changed: 2 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_version: ['8.1','8.0','7.4', '7.3','7.2']
18+
php_version: ['8.2','8.1','8.0','7.4','7.3','7.2']
1919
variant: ['apache','cli','fpm']
2020
# builder: [ {arch: "amd64", os: "ubuntu-latest"}, {arch: "arm64", os: "macos-latest"}]
2121
builder: [ {arch: "amd64", os: "ubuntu-latest"}, {arch: "arm64", os: "ubuntu-latest"}]
@@ -64,7 +64,7 @@ jobs:
6464
strategy:
6565
fail-fast: false
6666
matrix:
67-
php_version: ['8.1','8.0','7.4', '7.3','7.2']
67+
php_version: ['8.2','8.1','8.0','7.4','7.3','7.2']
6868
variant: ['apache','cli','fpm']
6969
steps:
7070
- name: Checkout

0 commit comments

Comments
 (0)