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 aa6b80d commit 737acddCopy full SHA for 737acdd
1 file changed
.github/workflows/tests.yml
@@ -17,7 +17,7 @@ jobs:
17
fail-fast: false
18
matrix:
19
operating-system: [ubuntu-latest]
20
- php-versions: ["8.1", "8.2", "8.3"]
+ php-versions: ["8.1", "8.2", "8.3", "8.4"]
21
dependency-versions: ["highest"]
22
runs-on: ${{ matrix.operating-system }}
23
steps:
0 commit comments