Skip to content

Commit

Permalink
Temporarily disable PHP 8.4 testing
Browse files Browse the repository at this point in the history
I don't feel like troubleshooting GHA tonight
  • Loading branch information
paragonie-security committed Apr 17, 2024
1 parent bb27212 commit 3870976
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,8 @@ jobs:
strategy:
matrix:
operating-system: ['ubuntu-latest']
php-versions: ['7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4']

continue-on-error: ${{ matrix.php-versions == '8.4' }}
php-versions: ['7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3']
# php-versions: ['7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4']

steps:
- name: Checkout
Expand Down

0 comments on commit 3870976

Please sign in to comment.