Skip to content

Commit 5928120

Browse files
author
Takeshi Yu
committed
update php.yml
1 parent 0b841d5 commit 5928120

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/php.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ jobs:
1515
runs-on: ubuntu-latest
1616
strategy:
1717
matrix:
18-
php-versions: ['7.4', '8.0', '8.1', '8.2']
18+
php-versions: ['8.1', '8.2', '8.3', '8.4']
1919
name: PHP ${{ matrix.php-versions }} Test
20-
20+
2121
steps:
2222
- uses: actions/checkout@v4
2323

0 commit comments

Comments
 (0)