Skip to content

Commit c039847

Browse files
authored
Merge pull request #1644 from EasyEngine/add/php-8-1
Add PHP 8.1 in workflow test
2 parents 69a8fd8 + 23a4544 commit c039847

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_and_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
strategy:
9191
fail-fast: false
9292
matrix:
93-
php: ['7.2', '7.3', '7.4', '8.0']
93+
php: ['7.2', '7.3', '7.4', '8.0', '8.1']
9494
steps:
9595
- name: Check out source code
9696
uses: actions/checkout@v2

0 commit comments

Comments
 (0)