Thanks to visit codestin.com Credit goes to github.com
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 985ca1a commit ce497d9Copy full SHA for ce497d9
.github/workflows/unit-tests.yml
@@ -21,12 +21,12 @@ jobs:
21
matrix:
22
include:
23
- php: '7.2'
24
- - php: '8.0'
+ - php: '8.1'
25
- php: '7.4'
26
mode: high-deps
27
- php: '8.0'
28
mode: low-deps
29
- - php: '8.1'
+ - php: '8.2'
30
mode: experimental
31
fail-fast: false
32
@@ -36,10 +36,10 @@ jobs:
36
with:
37
fetch-depth: 2
38
39
- - name: Configure for PHP 8.1
40
- if: "${{ matrix.php == '8.1' }}"
+ - name: Configure for PHP 8.2
+ if: "${{ matrix.php == '8.2' }}"
41
run: |
42
- composer config platform.php 8.0.99
+ composer config platform.php 8.1.99
43
44
- name: Setup PHP
45
uses: shivammathur/setup-php@v2
0 commit comments