Skip to content

Commit 16b8205

Browse files
committed
drop F39 from CI
1 parent 75800f0 commit 16b8205

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
runs-on: ubuntu-latest
4242
strategy:
4343
matrix:
44-
fedora: [39, 40, 41]
44+
fedora: [40, 41]
4545
php: [0, 'remi-8.0', 'remi-8.1', 'remi-8.2', 'remi-8.3', 'remi-8.4']
4646
container:
4747
image: fedora:${{ matrix.fedora }}

0 commit comments

Comments
 (0)