Skip to content

Commit

Permalink
build with PHP 8.4, but allow to fail
Browse files Browse the repository at this point in the history
  • Loading branch information
mikey179 committed Dec 23, 2023
1 parent 61418c9 commit 96cfad2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/runTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ jobs:
tests:
name: PHP ${{ matrix.php-versions }} on ${{ matrix.os }} w/ ${{ matrix.dependencies }}
runs-on: ${{ matrix.os }}
#continue-on-error: ${{ matrix.php-versions == '8.3' }}
continue-on-error: ${{ matrix.php-versions == '8.4' }}
strategy:
fail-fast: false
matrix:
php-versions: ['8.2', '8.3']
php-versions: ['8.2', '8.3', '8.4']
os: [ubuntu-latest, windows-latest, macOS-latest]
dependencies: ['install', 'update --prefer-lowest', 'update']

Expand Down

0 comments on commit 96cfad2

Please sign in to comment.