Skip to content

Commit

Permalink
Make PHP 8.4 test experimental
Browse files Browse the repository at this point in the history
  • Loading branch information
tuupola committed Nov 15, 2024
1 parent 8966bfb commit 59c2418
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,14 @@ jobs:
fail-fast: false
matrix:
operating-system: [ubuntu-latest]
php-versions: ["7.2", "7.3", "7.4", "8.0", "8.1", "8.2", "8.3", "8.4"]
php-versions: "7.2", "7.3", "7.4", "8.0", "8.1", "8.2", "8.3"]
experimental: [false]
include:
- php-version: "8.4"
experimental: true

runs-on: ${{ matrix.operating-system }}
continue-on-error: ${{ matrix.experimental }}
steps:
- name: Checkout code
uses: actions/checkout@v2
Expand Down

0 comments on commit 59c2418

Please sign in to comment.