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 committed Nov 23, 2023
1 parent e01f2b5 commit 5882731
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,11 @@ jobs:
- '8.0'
- '8.1'
- '8.2'
- '8.3'
experimental: [false]

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

name: "Test on PHP ${{ matrix.php }}"
Expand Down

0 comments on commit 5882731

Please sign in to comment.