We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a6fe19 commit 03fb642Copy full SHA for 03fb642
.github/workflows/build.yml
@@ -10,7 +10,7 @@ jobs:
10
fail-fast: false
11
matrix:
12
os: [ubuntu-latest]
13
- php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2']
+ php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4']
14
15
steps:
16
- name: Checkout
0 commit comments