We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47e237e commit f237841Copy full SHA for f237841
.github/workflows/php-release.yml
@@ -11,15 +11,15 @@ jobs:
11
fail-fast: false
12
matrix:
13
include:
14
- - os: ubuntu-22.04
+ - os: ubuntu-24.04
15
target: x86_64-unknown-linux-gnu
16
php: "8.2"
17
artifact: libcss_inline_php.so
18
19
20
php: "8.3"
21
22
23
24
php: "8.4"
25
@@ -94,7 +94,7 @@ jobs:
94
95
release:
96
needs: build
97
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-24.04
98
permissions:
99
contents: write
100
0 commit comments