Skip to content

Commit 1443eff

Browse files
authored
chore: adds support for 8.1 on CI (#217)
1 parent 9561d08 commit 1443eff

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
@@ -15,7 +15,7 @@ jobs:
1515
fail-fast: false
1616
matrix:
1717
operating-system: [ubuntu-latest, windows-latest, macos-latest]
18-
php-versions: ["7.4", "8.0"]
18+
php-versions: ["7.4", "8.0", "8.1"]
1919
steps:
2020
- name: Checkout
2121
uses: actions/checkout@v2

0 commit comments

Comments
 (0)