Skip to content

Commit

Permalink
test: Add PHP 8.3 to text matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
atoff committed Mar 28, 2024
1 parent 5395e91 commit 486eb0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php_versions: ['8.1', '8.2']
php_versions: ['8.1', '8.2', '8.3']

steps:
- name: '☁️ checkout repository'
Expand Down

0 comments on commit 486eb0d

Please sign in to comment.