We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 914dfec commit a84af69Copy full SHA for a84af69
.github/workflows/build.yml
@@ -11,7 +11,7 @@ jobs:
11
12
strategy:
13
matrix:
14
- php-version: [8.1, 8.2] # Add more PHP versions as needed
+ php-version: [8.1] # Add more PHP versions as needed
15
arch: [x86_64-unknown-linux-gnu, aarch64-unknown-linux-gnu]
16
17
steps:
0 commit comments