We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 971dc31 commit 58a06faCopy full SHA for 58a06fa
.github/workflows/CI.yaml
@@ -18,7 +18,7 @@ jobs:
18
steps:
19
- name: "Git: checkout"
20
uses: actions/checkout@v4
21
- - name: "PHP: setup 8.3 "
+ - name: "PHP: setup 8.3"
22
uses: shivammathur/setup-php@v2
23
with:
24
php-version: '8.3'
@@ -92,12 +92,13 @@ jobs:
92
runs-on: ubuntu-latest
93
strategy:
94
matrix:
95
- php-version:
96
- - '8.2'
97
- - '8.3'
98
- dependencies:
99
- - 'low'
100
- - 'high'
+ include:
+ - php-version: '8.2'
+ dependencies: 'low'
+ - php-version: '8.3'
+ dependencies: 'high'
+ - php-version: '8.4'
101
102
fail-fast: false
103
104
- name: "Git: Checkout"
0 commit comments