We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76808fa commit e3d68b0Copy full SHA for e3d68b0
.github/workflows/tests.yml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ubuntu-latest
11
strategy:
12
matrix:
13
- php: [ "8.0", "8.1", "8.2", "8.3" ]
+ php: [ "8.0", "8.1", "8.2", "8.3", "8.4" ]
14
name: PHP ${{matrix.php }} Unit Test
15
steps:
16
- uses: actions/checkout@v2
0 commit comments