Skip to content

Commit

Permalink
ci: test on php 8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jiripudil committed Dec 9, 2024
1 parent 4104414 commit 6ad070e
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,11 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php: [ '8.1', '8.2', '8.3' ]
php: [ '8.1', '8.2', '8.3', '8.4' ]
latte: [ '', '--prefer-lowest' ]
exclude:
- php: '8.4'
latte: '--prefer-lowest'
fail-fast: false
steps:
- uses: actions/checkout@v4
Expand All @@ -35,7 +38,7 @@ jobs:
- uses: actions/checkout@v4
- uses: shivammathur/setup-php@v2
with:
php-version: '8.3'
php-version: '8.4'
extensions: curl, iconv, json, mbstring, tokenizer
coverage: pcov
- run: composer install --no-interaction
Expand All @@ -48,7 +51,7 @@ jobs:
- uses: actions/checkout@v4
- uses: shivammathur/setup-php@v2
with:
php-version: '8.3'
php-version: '8.4'
coverage: none
- run: composer install --no-interaction
- run: make phpstan
Expand All @@ -59,7 +62,7 @@ jobs:
- uses: actions/checkout@v4
- uses: shivammathur/setup-php@v2
with:
php-version: '8.3'
php-version: '8.4'
coverage: none
- run: composer install --no-interaction
- run: make cs

0 comments on commit 6ad070e

Please sign in to comment.