Skip to content

Commit

Permalink
added 8.4 and 8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg-andreyev committed Dec 25, 2024
1 parent afd5770 commit 8ba5328
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,11 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [ 8.1, 8.2, 8.3 ]
php: [ 8.1, 8.2, 8.3, 8.4 ]
browser: [ chrome, firefox ]
experimental: [false]
include:
- php: 8.4
- php: 8.5
experimental: true
browser: chrome
continue-on-error: ${{ matrix.experimental }}
Expand Down

0 comments on commit 8ba5328

Please sign in to comment.