Skip to content

Commit

Permalink
dump php version to 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pvsaintpe committed Apr 25, 2024
1 parent f077880 commit 37db7e9
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 25 deletions.
44 changes: 21 additions & 23 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ jobs:
- ubuntu-latest
php_versions:
- '7.4'
- '8.0'
- '8.1'
- '8.2'
- '8.3'
fail-fast: false
env:
PHP_CS_FIXER_FUTURE_MODE: '0'
Expand Down Expand Up @@ -78,67 +82,61 @@ jobs:
strategy:
fail-fast: false
matrix:
coverage: [false]
coverage: [true]
exclude_group: ['WithoutSchema,forPHP8']
experimental: [false]
operating_system: [ubuntu-latest]
postgres: ['10', '11', '12']
php_versions: ['7.3', '7.4']
postgres: ['9.6']
php_versions: ['7.3']
include:
- operating_system: 'ubuntu-latest'
php_versions: '7.3'
postgres: '9.6'
experimental: false
coverage: true
exclude_group: WithoutSchema,forPHP8
- operating_system: 'ubuntu-latest'
php_versions: '7.3'
postgres: '13'
postgres: '10'
experimental: false
coverage: false
exclude_group: WithoutSchema,forPHP8
- operating_system: 'ubuntu-latest'
php_versions: '7.4'
postgres: '13'
postgres: '11'
experimental: false
coverage: false
exclude_group: WithoutSchema,forPHP8
- operating_system: 'ubuntu-latest'
php_versions: '8.0'
postgres: '10'
postgres: '12'
experimental: false
coverage: false
exclude_group: WithoutSchema,forPHP7
- operating_system: 'ubuntu-latest'
php_versions: '8.0'
postgres: '11'
postgres: '13'
experimental: false
coverage: false
exclude_group: WithoutSchema,forPHP7
- operating_system: 'ubuntu-latest'
php_versions: '8.0'
postgres: '12'
experimental: false
coverage: true
exclude_group: WithoutSchema,forPHP7
- operating_system: 'ubuntu-latest'
php_versions: '8.0'
postgres: '13'
postgres: '14'
coverage: false
experimental: false
exclude_group: WithoutSchema,forPHP7
- operating_system: 'ubuntu-latest'
php_versions: '8.1'
postgres: '14'
postgres: '15'
coverage: false
experimental: false
exclude_group: WithoutSchema,forPHP7
- operating_system: 'ubuntu-latest'
php_versions: '8.2'
postgres: '15'
postgres: '16'
coverage: false
experimental: false
experimental: true
exclude_group: WithoutSchema,forPHP7
- operating_system: 'ubuntu-latest'
php_versions: '8.3'
postgres: '16'
coverage: false
experimental: true
exclude_group: forPHP7
runs-on: '${{ matrix.operating_system }}'
services:
postgres:
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@
},
"require": {
"ext-pdo": "*",
"php": "^7.2|^7.3|^7.4|^8.0|^8.1|^8.2",
"php": "^7.2|^7.3|^7.4|^8.0|^8.1|^8.2|^8.3",
"doctrine/dbal": "^2.9|^3.0",
"laravel/framework": "^5.8|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0"
},
"require-dev": {
"umbrellio/code-style-php": "^1.0",
"orchestra/testbench": "^3.5|^6.0|^4.0|^7.0|^8.0|^9.0",
"orchestra/testbench": "^3.5|^4.0|^5.0|^6.0|^7.0|^8.0|^9.0",
"php-coveralls/php-coveralls": "^2.1|^2.7",
"codeception/codeception": "^3.0|^4.0|^5.0",
"phpunit/phpunit": "^9.6|^10.0|^11.0"
Expand Down

0 comments on commit 37db7e9

Please sign in to comment.