We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd06c11 commit 5bf90feCopy full SHA for 5bf90fe
.github/workflows/ci.yml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ubuntu-latest
11
strategy:
12
matrix:
13
- php_version: [7.4, 8.0, 8.1, 8.2]
+ php_version: [7.4, 8.0, 8.1, 8.2, 8.3]
14
steps:
15
- uses: actions/checkout@v2
16
- name: Setup Composer dependencies
0 commit comments