Skip to content

Commit

Permalink
Revert previous
Browse files Browse the repository at this point in the history
  • Loading branch information
tuupola committed Nov 15, 2024
1 parent f557eb8 commit 1c4bde2
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,7 @@ jobs:
matrix:
operating-system: [ubuntu-latest]
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 1c4bde2

Please sign in to comment.