Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
garak committed Oct 15, 2023
1 parent 78a8e6f commit 7ed2aa7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- description: '8.2'
php: '8.2'
- description: 'Dev deps'
php: '8.3'
php: '8.2'
dev: true
name: PHP ${{ matrix.php }} tests (${{ matrix.description }})
steps:
Expand All @@ -62,8 +62,8 @@ jobs:
with:
php-version: ${{ matrix.php }}
extensions: mongodb-stable, pdo_sqlite
- name: Configure for latest PHP versions
run: composer require --dev --no-update laminas/laminas-code 4.5.x-dev
- name: Configure for PHP 8.1
run: composer require --dev --no-update laminas/laminas-code 4.12.0
if: matrix.php == '8.1'
- name: Go for dev dependencies
run: composer config minimum-stability dev && composer config prefer-stable true
Expand Down

0 comments on commit 7ed2aa7

Please sign in to comment.