Skip to content

Commit

Permalink
GH Actions: update for the release of PHP 8.3
Browse files Browse the repository at this point in the history
... which is expected later today.
  • Loading branch information
jrfnl authored and grogy committed Apr 9, 2024
1 parent 3b79752 commit 11bb8fc
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 @@ -30,11 +30,12 @@ jobs:
- '7.4'
- '8.0'
- '8.1'
# PHP 8.2 is tested in coverage section
- '8.2'
# PHP 8.3 is tested in coverage section
experimental: [false]

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

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

0 comments on commit 11bb8fc

Please sign in to comment.