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 5ee0266 commit c802ca9Copy full SHA for c802ca9
.github/workflows/ci.yml
@@ -7,7 +7,7 @@ jobs:
7
runs-on: ubuntu-latest
8
strategy:
9
matrix:
10
- php-versions: ['7.4', '8.0', '8.1']
+ php-versions: ['7.4', '8.0', '8.1', '8.2']
11
name: PHP ${{ matrix.php-versions }}
12
steps:
13
- name: 📤 Checkout project
0 commit comments