Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ce497d9

Browse files
[GHA] Test on PHP 8.2 as experimental and 8.1 as a regular version
1 parent 985ca1a commit ce497d9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/unit-tests.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ jobs:
2121
matrix:
2222
include:
2323
- php: '7.2'
24-
- php: '8.0'
24+
- php: '8.1'
2525
- php: '7.4'
2626
mode: high-deps
2727
- php: '8.0'
2828
mode: low-deps
29-
- php: '8.1'
29+
- php: '8.2'
3030
mode: experimental
3131
fail-fast: false
3232

@@ -36,10 +36,10 @@ jobs:
3636
with:
3737
fetch-depth: 2
3838

39-
- name: Configure for PHP 8.1
40-
if: "${{ matrix.php == '8.1' }}"
39+
- name: Configure for PHP 8.2
40+
if: "${{ matrix.php == '8.2' }}"
4141
run: |
42-
composer config platform.php 8.0.99
42+
composer config platform.php 8.1.99
4343
4444
- name: Setup PHP
4545
uses: shivammathur/setup-php@v2

0 commit comments

Comments
 (0)