Skip to content

Commit

Permalink
Test on PHP 8.3 as well.
Browse files Browse the repository at this point in the history
  • Loading branch information
jacques committed Apr 18, 2024
1 parent e6b0d57 commit 5aefc81
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [8.0, 8.1, 8.2]
php: [8.0, 8.1, 8.2, 8.3]
experimental: [false]
include:
- php: 8.0
Expand All @@ -19,6 +19,8 @@ jobs:
experimental: true
- php: 8.2
experimental: true
- php: 8.3
experimental: true

steps:
- name: Checkout
Expand Down

0 comments on commit 5aefc81

Please sign in to comment.