Skip to content

Commit

Permalink
Building and testing on php 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mathroc authored Oct 23, 2023
1 parent 6cf0d1b commit 7854cd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jobs:
ubuntu:
strategy:
matrix:
version: ['7.3', '7.4', '8.0', '8.1', '8.2']
version: ['7.3', '7.4', '8.0', '8.1', '8.2', '8.3']
runs-on: ubuntu-latest
steps:
- name: Install re2c
Expand Down

0 comments on commit 7854cd3

Please sign in to comment.