Skip to content

Commit 717c9a2

Browse files
authored
Merge pull request #49 from adbario/chore/php8.3
Add PHP 8.3 support
2 parents d71a4b4 + 8f1b388 commit 717c9a2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tests.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ jobs:
99
continue-on-error: ${{ matrix.experimental }}
1010
strategy:
1111
matrix:
12-
php: ['7.4', '8.0', '8.1', '8.2']
12+
php: ['7.4', '8.0', '8.1', '8.2', '8.3']
1313
experimental: [false]
1414
include:
15-
- php: '8.2'
15+
- php: '8.3'
1616
analysis: true
1717

1818
steps:
1919
- name: Checkout
20-
uses: actions/checkout@v3
20+
uses: actions/checkout@v4
2121

2222
- name: Set up PHP ${{ matrix.php }}
2323
uses: shivammathur/setup-php@v2

0 commit comments

Comments
 (0)