Skip to content

Commit

Permalink
add PHP 8.4 to CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
hrach committed Oct 30, 2024
1 parent caca579 commit 1628751
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

strategy:
matrix:
php-version: [ '8.1', '8.2', '8.3' ]
php-version: [ '8.1', '8.2', '8.3', '8.4' ]

steps:
- name: Checkout
Expand Down Expand Up @@ -58,13 +58,15 @@ jobs:
strategy:
fail-fast: false
matrix:
php-version: [ '8.1', '8.2', '8.3' ]
php-version: [ '8.1', '8.2', '8.3', '8.4' ]
deps: [ 'lowest', 'newest' ]
exclude:
- php-version: '8.2'
deps: lowest
- php-version: '8.3'
deps: lowest
- php-version: '8.4'
deps: lowest
runs-on: ubuntu-latest

services:
Expand Down

0 comments on commit 1628751

Please sign in to comment.