Skip to content

Commit bf796a2

Browse files
committed
Remove 8.3 whilst unstable in GH
1 parent 84ea3c2 commit bf796a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
strategy:
66
matrix:
77
operating-system: [ubuntu-latest, macos-11]
8-
php-versions: ['7.3', '7.4', '8.0', '8.1', '8.2', '8.3']
8+
php-versions: ['7.3', '7.4', '8.0', '8.1', '8.2']
99
runs-on: ${{ matrix.operating-system }}
1010
steps:
1111
- name: Setup PHP and extensions

0 commit comments

Comments
 (0)