1
0
mirror of https://github.com/dg/dibi.git synced 2025-08-27 15:59:49 +02:00

requires PHP 8.2

This commit is contained in:
David Grudl
2024-09-03 16:25:05 +02:00
parent d76f40c2a4
commit 9151d1eb9c
5 changed files with 5 additions and 6 deletions

View File

@@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v4
- uses: shivammathur/setup-php@v2
with:
php-version: 8.0
php-version: 8.2
coverage: none
- run: composer install --no-progress --prefer-dist

View File

@@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php: ['8.0', '8.1', '8.2', '8.3', '8.4']
php: ['8.2', '8.3', '8.4']
fail-fast: false
@@ -112,7 +112,7 @@ jobs:
- name: Save Code Coverage
if: ${{ matrix.php == '8.0' }}
if: ${{ matrix.php == '8.2' }}
env:
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |