We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9762151 commit 5f25e23Copy full SHA for 5f25e23
4 files changed
.github/workflows/publish.yml
@@ -23,5 +23,5 @@ jobs:
23
repository: 'ppa:maths22/ruby-testing'
24
gpg_private_key: ${{ secrets.PPA_GPG_PRIVATE_KEY }}
25
gpg_passphrase: ${{ secrets.PPA_GPG_PASSPHRASE }}
26
- series: 'bionic focal jammy'
+ series: 'focal jammy'
27
pkgdir: '${{ github.workspace }}/ruby/'
debian/changelog
@@ -1,3 +1,9 @@
1
+ruby3.2 (3.2.0-1ppa2) bionic; urgency=medium
2
+
3
+ * Remove stray questionable patches file
4
5
+ -- Jacob Burroughs <maths22@gmail.com> Wed, 11 Jan 2023 21:28:09 -0600
6
7
ruby3.2 (3.2.0-1ppa1) bionic; urgency=medium
8
9
* Build for Ubuntu
0 commit comments