We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1115c73 commit ae8cf1aCopy full SHA for ae8cf1a
.github/workflows/php.yml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ubuntu-latest
11
strategy:
12
matrix:
13
- 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"]
14
15
steps:
16
- name: Setup PHP ${{ matrix.php-version }}
0 commit comments