Skip to content

Commit ef4f2a1

Browse files
committed
add php 8.x to github workflows
1 parent 489ce6b commit ef4f2a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
matrix:
1010
operating-system: [ubuntu-latest]
11-
php-versions: ['8.0']
11+
php-versions: ['8.0', '8.1', '8.2']
1212
include:
1313
- operating-system: 'ubuntu-18.04'
1414
php-versions: '7.0'

0 commit comments

Comments
 (0)