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 8ac500d commit 207e347Copy full SHA for 207e347
.github/workflows/continuous-integration.yml
@@ -71,6 +71,14 @@ jobs:
71
- name: "Checkout repository"
72
uses: "actions/checkout@v4"
73
74
+ - name: "Install Python"
75
+ uses: "actions/setup-python@v5"
76
+ with:
77
+ python-version: "3.13"
78
+
79
+ - name: "Install Python Pygments"
80
+ run: "pip install Pygments==2.19.1"
81
82
- name: "Install PHP"
83
uses: "shivammathur/setup-php@v2"
84
with:
@@ -103,6 +111,14 @@ jobs:
103
111
104
112
105
113
114
115
116
117
118
119
120
121
106
122
107
123
108
124
0 commit comments