We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bb341d commit 5fd3d19Copy full SHA for 5fd3d19
.github/workflows/build.yml
@@ -13,7 +13,7 @@ jobs:
13
fail-fast: false
14
matrix:
15
operating-system: [ubuntu-latest]
16
- php-version: ["5.3", "5.4", "5.5", "5.6", "7.0", "7.1", "7.2", "7.3", "7.4", "8.0", "8.1", "8.2", "8.3"]
+ php-version: ["5.3", "5.4", "5.5", "5.6", "7.0", "7.1", "7.2", "7.3", "7.4", "8.0", "8.1", "8.2", "8.3", "8.4"]
17
steps:
18
- name: Checkout Repository
19
uses: actions/checkout@v4
0 commit comments