Skip to content

Commit 58a06fa

Browse files
authored
ci: include PHP 8.4 in test matrix (#22)
1 parent 971dc31 commit 58a06fa

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

.github/workflows/CI.yaml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
steps:
1919
- name: "Git: checkout"
2020
uses: actions/checkout@v4
21-
- name: "PHP: setup 8.3 "
21+
- name: "PHP: setup 8.3"
2222
uses: shivammathur/setup-php@v2
2323
with:
2424
php-version: '8.3'
@@ -92,12 +92,13 @@ jobs:
9292
runs-on: ubuntu-latest
9393
strategy:
9494
matrix:
95-
php-version:
96-
- '8.2'
97-
- '8.3'
98-
dependencies:
99-
- 'low'
100-
- 'high'
95+
include:
96+
- php-version: '8.2'
97+
dependencies: 'low'
98+
- php-version: '8.3'
99+
dependencies: 'high'
100+
- php-version: '8.4'
101+
dependencies: 'high'
101102
fail-fast: false
102103
steps:
103104
- name: "Git: Checkout"

0 commit comments

Comments
 (0)