Skip to content

Commit

Permalink
Test on PHP 8.3 (#56)
Browse files Browse the repository at this point in the history
* Test on PHP 8.3

* Update actions/checkout to v4
  • Loading branch information
ShawnCZek committed Apr 26, 2024
1 parent 4c6c8d5 commit 5366e76
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 5366e76

Please sign in to comment.