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 63c7f29 commit 79100cbCopy full SHA for 79100cb
1 file changed
.github/workflows/ci.yml
@@ -9,11 +9,11 @@ jobs:
9
strategy:
10
matrix:
11
operating-system: [windows-latest, ubuntu-latest, macos-latest]
12
- php-versions: ['7.4', '8.0', '8.1']
+ php-versions: ['7.4', '8.0', '8.1', '8.2']
13
14
steps:
15
- name: Checkout
16
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
17
18
- name: Setup PHP
19
uses: shivammathur/setup-php@v2
0 commit comments