Skip to content

Commit

Permalink
Cosmetic test workflow update
Browse files Browse the repository at this point in the history
  • Loading branch information
dakujem committed Nov 5, 2023
1 parent 91a8da2 commit dd326ce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/php-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ jobs:
- php: '8.1'
- php: '8.2'
- php: '8.3'
continue-on-error: ${{ matrix.php > '8.2' }}
# - php 8.4
# continue-on-error: ${{ matrix.php > '8.3' }}

# Steps represent a sequence of tasks that will be executed as part of the job
name: "PHP${{ matrix.php }} ${{ matrix.composer-flags }}"
Expand Down

0 comments on commit dd326ce

Please sign in to comment.