Skip to content

Commit

Permalink
ci: include PHP 8.4 in test matrix (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
smnandre authored Nov 22, 2024
1 parent 971dc31 commit 58a06fa
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:
- name: "Git: checkout"
uses: actions/checkout@v4
- name: "PHP: setup 8.3 "
- name: "PHP: setup 8.3"
uses: shivammathur/setup-php@v2
with:
php-version: '8.3'
Expand Down Expand Up @@ -92,12 +92,13 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php-version:
- '8.2'
- '8.3'
dependencies:
- 'low'
- 'high'
include:
- php-version: '8.2'
dependencies: 'low'
- php-version: '8.3'
dependencies: 'high'
- php-version: '8.4'
dependencies: 'high'
fail-fast: false
steps:
- name: "Git: Checkout"
Expand Down

0 comments on commit 58a06fa

Please sign in to comment.