Skip to content

Commit feb5011

Browse files
committed
Add PHP 8.5 and Symfony 8 to CI
1 parent 01da495 commit feb5011

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
php: ['7.4', '8.0', '8.1', '8.2']
13+
php: ['8.1', '8.2', '8.3', '8.4', '8.5']
1414

1515
name: PHP ${{ matrix.php }} tests
1616

1717
steps:
18-
- uses: actions/checkout@v2
18+
- uses: actions/checkout@v6
1919

2020
- uses: shivammathur/setup-php@v2
2121
with:

0 commit comments

Comments
 (0)