We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32ceacb commit c049210Copy full SHA for c049210
.github/workflows/ci.yml
@@ -8,7 +8,7 @@ jobs:
8
strategy:
9
matrix:
10
os: [ubuntu-latest, macOS-latest]
11
- php-version: ['8.2', '8.3']
+ php-version: ['8.2', '8.3', '8.4']
12
dependency-versions: ['lowest', 'highest']
13
name: 'BlackBox'
14
steps:
@@ -33,7 +33,7 @@ jobs:
33
34
35
36
37
38
name: 'Coverage'
39
@@ -61,7 +61,7 @@ jobs:
61
runs-on: ubuntu-latest
62
63
64
65
name: 'Psalm'
66
67
- name: Checkout
0 commit comments