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 85fe696 commit 0a8c97cCopy full SHA for 0a8c97c
.github/workflows/main.yml
@@ -13,6 +13,10 @@ jobs:
13
- '8.0'
14
- '8.1'
15
16
+ include:
17
+ - php-version: '8.2'
18
+ experimental: true
19
+
20
name: PHP ${{ matrix.php-version }}
21
22
steps:
@@ -39,7 +43,7 @@ jobs:
39
43
40
44
- name: Delete composer lock file
41
45
id: composer-lock
42
- if: ${{ matrix.php-version == '8.1' }}
46
+ if: ${{ matrix.php-version == '8.1' || matrix.php-version == '8.2' }}
47
run: |
48
rm composer.lock
49
echo "::set-output name=flags::--ignore-platform-reqs"
0 commit comments