Skip to content

Commit

Permalink
Enhancement: Allow tests to fail on PHP 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed Sep 2, 2023
1 parent af7428b commit 7a583c7
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,21 @@ jobs:

strategy:
matrix:
experimental:
- false
php-version:
- "7.4"
- "8.0"
- "8.1"
- "8.2"
- "8.3"
include:
- experimental: true
php-version: "8.3"

runs-on: "ubuntu-latest"

continue-on-error: ${{ matrix.experimental }}

steps:
- name: "Checkout code"
uses: "actions/checkout@v3"
Expand Down

0 comments on commit 7a583c7

Please sign in to comment.