summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjvoisin2024-04-25 15:44:42 +0200
committerjvoisin2024-04-25 15:44:42 +0200
commitf8824a79ff69a2246a61e6381f0bc1e377e16a90 (patch)
tree231ccbd171afe54892c5a9f0684bedfdd58e635b
parent2caa6b92ceb1c2e458a5a0398b0f662df29282f7 (diff)
Move from php83-rc to php83 in the CI
-rw-r--r--.github/workflows/builds.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml
index efdc0a4..5125436 100644
--- a/.github/workflows/builds.yml
+++ b/.github/workflows/builds.yml
@@ -11,7 +11,7 @@ jobs:
11 strategy: 11 strategy:
12 matrix: 12 matrix:
13 container: 13 container:
14 - php:8.3-rc 14 - php:8.3
15 - php:8.2 15 - php:8.2
16 - php:8.1 16 - php:8.1
17 - php:8.0 17 - php:8.0