Skip to content

Commit b08c309

Browse files
committed
CI: test with PHP 8.4, update action versions
1 parent b18323b commit b08c309

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/php.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,11 @@ jobs:
1515
strategy:
1616
matrix:
1717
operating-system: [ubuntu-latest]
18-
php-version: ['8.0', '8.1', '8.2', '8.3']
18+
# See https://www.php.net/supported-versions.php
19+
php-version: ['8.1', '8.2', '8.3', '8.4']
1920
name: PHP ${{ matrix.php-version }} Test on ${{ matrix.operating-system }}
2021
steps:
21-
- uses: actions/checkout@v3
22+
- uses: actions/checkout@v4
2223

2324
- name: Setup PHP
2425
uses: shivammathur/setup-php@v2
@@ -41,8 +42,8 @@ jobs:
4142
run: composer test-ci
4243

4344
- name: Upload coverage to Codecov
44-
if: matrix.php-version == '8.3' && matrix.operating-system == 'ubuntu-latest'
45-
uses: codecov/codecov-action@v3
45+
if: matrix.php-version == '8.4' && matrix.operating-system == 'ubuntu-latest'
46+
uses: codecov/codecov-action@v5
4647
with:
4748
token: ${{ secrets.CODECOV_TOKEN }}
4849
file: ./report/coverage.xml

0 commit comments

Comments
 (0)