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 e4f1e47 commit 6e143ccCopy full SHA for 6e143cc
.github/workflows/test.yaml
@@ -6,7 +6,7 @@ jobs:
6
strategy:
7
fail-fast: false
8
matrix:
9
- php-versions: ['8.1', '8.2']
+ php-versions: ['8.1', '8.2', '8.3', '8.4']
10
name: PHP ${{ matrix.php-versions }}
11
steps:
12
- uses: actions/checkout@v4
0 commit comments