Skip to content

Commit adce7dd

Browse files
authored
Update continuous-integration.yml
1 parent 42b5558 commit adce7dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
matrix:
1717
operating-system: [ubuntu-latest]
18-
php-versions: ["7.3", "7.4"]
18+
php-versions: ["7.3", "7.4", "8.0"]
1919
runs-on: ${{ matrix.operating-system }}
2020
steps:
2121
- name: Checkout

0 commit comments

Comments
 (0)