Skip to content

Commit

Permalink
Disable PHP 8.3 tests (do not work yet)
Browse files Browse the repository at this point in the history
  • Loading branch information
cracksalad committed Nov 20, 2023
1 parent 7319d1f commit d76ab08
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ jobs:
- "8.2"
experimental:
- false
include:
- php: "8.3"
experimental: true
#include:
# - php: "8.3"
# experimental: true

name: "Test: PHP ${{ matrix.php }}"
continue-on-error: ${{ matrix.experimental }}
Expand Down

0 comments on commit d76ab08

Please sign in to comment.