Skip to content

Commit

Permalink
Feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
weitzman committed Apr 5, 2024
1 parent 81a6a11 commit 54296da
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 40 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Install PHP
uses: shivammathur/setup-php@v2
with:
php-version: 8.3
php-version: 8.2
coverage: none

- name: Install dependencies
Expand Down Expand Up @@ -85,21 +85,21 @@ jobs:
- windows-latest

php-version:
- "8.3"
- "8.2"

php-ini-values:
- assert.exception=1, zend.assertions=1

dependencies:
- highest
- locked

include:
- os: ubuntu-latest
php-version: "7.4"
dependencies: lowest

- os: ubuntu-latest
php-version: "8.3"
php-version: "7.4"
dependencies: highest

- os: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"optimize-autoloader": true,
"sort-packages": true,
"platform": {
"php": "8.3"
"php": "8.2.17"
}
},
"extra": {
Expand Down
70 changes: 35 additions & 35 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 54296da

Please sign in to comment.