Skip to content

Commit 095de11

Browse files
committed
ci: test against 8.2 only
1 parent 7a7831d commit 095de11

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
@@ -17,7 +17,7 @@ jobs:
1717
fail-fast: true
1818
matrix:
1919
os: ["ubuntu-22.04"]
20-
php: ["8.1", "8.2"]
20+
php: ["8.2"]
2121
steps:
2222
- name: 📦 Check out the codebase
2323
uses: actions/checkout@v3

0 commit comments

Comments
 (0)