Skip to content

Commit eb455a3

Browse files
authored
Update PHP Versions
1 parent 8a10ea4 commit eb455a3

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,11 @@ jobs:
1111
strategy:
1212
matrix:
1313
php:
14-
- 7.4
15-
- 7.3
16-
- 7.2
17-
- 7.1
14+
- 8.5
15+
- 8.4
16+
- 8.3
17+
- 8.2
18+
- 8.1
1819
steps:
1920
- uses: actions/checkout@v2
2021
- uses: shivammathur/setup-php@v2

0 commit comments

Comments
 (0)