Skip to content

Commit

Permalink
GH Actions: PHP 8.4 has been released
Browse files Browse the repository at this point in the history
* Builds against PHP 8.4 are no longer allowed to fail.
* Add _allowed to fail_ build against PHP 8.5.

Ref: https://www.php.net/releases/8.4/en.php
  • Loading branch information
jrfnl authored and grogy committed Nov 23, 2024
1 parent af9d050 commit 4d1752d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,12 @@ jobs:
- '8.0'
- '8.1'
- '8.2'
# PHP 8.3 is tested in coverage section
- '8.3'
# PHP 8.4 is tested in coverage section
experimental: [false]

include:
- php: '8.4'
- php: '8.5'
experimental: true

name: "Test on PHP ${{ matrix.php }}"
Expand Down Expand Up @@ -94,7 +95,7 @@ jobs:
matrix:
include:
- php: 5.3
- php: 8.3
- php: 8.4
name: "Coverage on PHP ${{ matrix.php }}"
steps:
- name: Checkout code
Expand Down

0 comments on commit 4d1752d

Please sign in to comment.