We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa8b1cd commit 6d7069dCopy full SHA for 6d7069d
.github/workflows/tests.yml
@@ -9,7 +9,7 @@ jobs:
9
fail-fast: true
10
matrix:
11
os: ["ubuntu-latest","macos-latest","windows-latest"]
12
- php: ["8.3","8.2","8.1","8.0","7.4"]
+ php: ["8.4","8.3","8.2","8.1","8.0","7.4"]
13
14
name: PHP ${{ matrix.php }} - ${{ matrix.os }}
15
0 commit comments