Skip to content

PHP 8.2 not working #104

Description

@DanielMcAssey

Hey trying to use GitHub actions with a composer dependency to php 8.2, I get the following in the action:

Your Composer dependencies require a PHP version ">= 8.2.0". You are running 8.1.2-1ubuntu2.13.

PHP Fatal error:  Composer detected issues in your platform: Your Composer dependencies require a PHP version ">= 8.2.0". You are running 8.1.2-1ubuntu2.13

This is the action

      - name: Install dependencies
        uses: php-actions/composer@v6
        with:
          php_version: '8.2'
          php_extensions: gd zip sodium intl soap bcmath
          dev: yes

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions