Skip to content

Commit

Permalink
Test on PHP 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ShawnCZek committed Apr 26, 2024
1 parent 55a4c83 commit 9ba7d01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ jobs:
strategy:
fail-fast: true
matrix:
php: [ 7.4, 8.0, 8.1, 8.2 ]
php: [ 7.4, 8.0, 8.1, 8.2, 8.3 ]

steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup PHP
uses: shivammathur/setup-php@v2
Expand Down

0 comments on commit 9ba7d01

Please sign in to comment.