Skip to content

Commit

Permalink
Fix: Require tests on PHP 8.3 to pass
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed Jan 2, 2024
1 parent 93bcd9e commit ca02719
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,7 @@ jobs:
- "8.0"
- "8.1"
- "8.2"
include:
- experimental: true
php-version: "8.3"
- "8.3"

runs-on: "ubuntu-latest"

Expand Down Expand Up @@ -57,4 +55,3 @@ jobs:

- name: "Run tests"
run: "./vendor/bin/phpunit --colors=always"
continue-on-error: "${{ matrix.experimental }}"

0 comments on commit ca02719

Please sign in to comment.