Skip to content

Commit

Permalink
- pull request feedback pt1
Browse files Browse the repository at this point in the history
  • Loading branch information
marcing committed Jan 9, 2025
1 parent fc6cc5b commit 24d7cdc
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 1,651 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
operating-system: ['ubuntu-latest']
php-version: ['8.1', '8.2', '8.3']
php-version: ['8.3', '8.4']

name: PHP ${{ matrix.php-version }} Test on ${{ matrix.operating-system }}
steps:
Expand All @@ -29,7 +29,6 @@ jobs:
tools: composer:v2
coverage: none
#ini-values: display_errors=off, log_errors=on
extensions: :xdebug, curl, fileinfo, gd, gettext, gmp, intl, imap, ldap, mbstring, exif, mysqli, openssl, pdo_mysql, soap, sockets, sodium, sqlite3, pdo_sqlite, redis, yaml, apcu, opcache

- name: Install composer and dependencies
run: composer install --classmap-authoritative
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ vendor
.idea
.phpunit.*
phpunit.xml
composer.lock
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
}
],
"require": {
"php": ">=8.1"
"php": ">=8.3"
},
"require-dev": {
"phpunit/phpunit": "10.x"
Expand Down
Loading

0 comments on commit 24d7cdc

Please sign in to comment.