Skip to content

Commit

Permalink
test update
Browse files Browse the repository at this point in the history
  • Loading branch information
dakujem committed Jul 16, 2024
1 parent 84481a1 commit 0df6c4b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/php-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
- php: '8.3'
- php: '8.4'
allow_failure: true
extra_require: 'nette/tester:dev-master'
# Steps represent a sequence of tasks that will be executed as part of the job
name: "PHP${{ matrix.php }} ${{ matrix.composer-flags }}"
steps:
Expand All @@ -49,6 +50,11 @@ jobs:
key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}
restore-keys: ${{ runner.os }}-php-

- name: Override packages
#if: matrix.php == '8.4'
if: matrix.extra_require
run: composer require --dev ${{ matrix.extra_require }}

- name: Update composer dependencies
run: composer update -o --no-interaction --no-progress --prefer-dist ${{ matrix.composer-flags }}
continue-on-error: ${{ matrix.allow_failure }}
Expand Down

0 comments on commit 0df6c4b

Please sign in to comment.