Skip to content

Commit c4a2f53

Browse files
committed
Add PHP 8 to code checks
1 parent 1c783b0 commit c4a2f53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
matrix:
1111
operating-system: [windows-latest, ubuntu-latest, macos-latest]
12-
php-versions: ['7.4']
12+
php-versions: ['7.4', '8.0']
1313

1414
steps:
1515
- name: Checkout

0 commit comments

Comments
 (0)