Update PHP version in GitLab CI configuration.

This commit is contained in:
netkas 2024-09-17 12:18:08 -04:00
parent a56622b82a
commit 8c6313c687

View file

@ -1,4 +1,4 @@
image: php:8.1
image: php:8.3
before_script:
# Install some stuff that the image doesn't come with