We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4573f47 commit d8431ecCopy full SHA for d8431ec
1 file changed
.github/workflows/ci.yml
@@ -28,7 +28,7 @@ jobs:
28
runs-on: ubuntu-latest
29
strategy:
30
matrix:
31
- php-versions: ['7.4', '8.1']
+ php-versions: ['7.4', '8.1', '8.2']
32
steps:
33
- uses: actions/checkout@v2
34
- uses: php-actions/composer@v5
@@ -45,7 +45,7 @@ jobs:
45
46
47
48
- php-version: ['7.4', '8.1']
+ php-version: ['7.4', '8.1', '8.2']
49
dependencies:
50
- "lowest"
51
- "highest"
0 commit comments