Skip to content

Commit a2629a6

Browse files
committed
ci(tests): remove PHP 8.2 from test matrix
1 parent 99fbc49 commit a2629a6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/test-runner.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
fail-fast: true
2626
matrix:
2727
os: [ ubuntu-latest ]
28-
php: [ 8.2, 8.3, 8.4 ]
28+
php: [ 8.3, 8.4 ]
2929
dependency-version: [ prefer-lowest, prefer-stable ]
3030

3131
name: ${{ matrix.os }} / PHP ${{ matrix.php }} / ${{ matrix.dependency-version }}
@@ -56,7 +56,7 @@ jobs:
5656
with:
5757
php-version: ${{ matrix.php }}
5858
coverage: xdebug
59-
# extensions: mbstring, gd, intl
59+
extensions: intl
6060

6161
- name: Install dependencies
6262
run: composer update --prefer-dist --no-progress --${{ matrix.dependency-version }}
@@ -66,7 +66,7 @@ jobs:
6666

6767
- name: Upload coverage reports to Codecov
6868
# Make sure the Codecov action is only executed once
69-
if: matrix.os == 'ubuntu-latest' && matrix.php == '8.2' && matrix.dependency-version == 'prefer-stable'
69+
if: matrix.os == 'ubuntu-latest' && matrix.php == '8.3' && matrix.dependency-version == 'prefer-stable'
7070
uses: codecov/codecov-action@v5
7171
with:
7272
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)