Skip to content

Commit

Permalink
remove php 8 from gitflow (for now)
Browse files Browse the repository at this point in the history
  • Loading branch information
Koen Eelen committed Apr 11, 2024
1 parent 550fc51 commit 8e39a5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php-versions: ['7.4', '8.0']
php-versions: ['7.4']
name: PHP ${{ matrix.php-versions }}
steps:
- name: 📤 Checkout project
Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php-versions: [ '7.4', '8.0' ]
php-versions: [ '7.4']
name: Static analysis (PHP ${{ matrix.php-versions }})
steps:
- name: 📤 Checkout project
Expand Down

0 comments on commit 8e39a5d

Please sign in to comment.