Skip to content

Commit

Permalink
Revert "add PHP 8.4 to CI/CD"
Browse files Browse the repository at this point in the history
This reverts commit a5ad14e.
  • Loading branch information
hrach committed Oct 11, 2024
1 parent 7e86c14 commit 80c3c43
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 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', '8.4' ]
php-version: [ '8.1', '8.2', '8.3' ]

steps:
- name: Checkout
Expand Down Expand Up @@ -58,15 +58,13 @@ jobs:
strategy:
fail-fast: false
matrix:
php-version: [ '8.1', '8.2', '8.3', '8.4' ]
php-version: [ '8.1', '8.2', '8.3' ]
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 80c3c43

Please sign in to comment.